Struct

LspReferenceContext

Description

struct LspReferenceContext {
  gboolean _include_declaration;
}

Whether to include the declaration of the symbol in the references request.

Structure members
_include_declaration: gboolean

Include the declaration of the symbol itself.

Instance methods

lsp_reference_context_init
No description available.

lsp_reference_context_init_from_variant
No description available.

lsp_reference_context_to_variant
No description available.

lsp_reference_context_get_include_declaration

Gets the value of include_declaration.

lsp_reference_context_set_include_declaration

Sets the value of include_declaration.