Struct

LspCompletionContext

Description

struct LspCompletionContext {
  /* No available fields */
}

Contains additional information about the context in which a completion request is triggered.

Since: 3.2.0.

Constructors

lsp_completion_context_new
No description available.

lsp_completion_context_new_from_variant
No description available.

Instance methods

lsp_completion_context_ref
No description available.

lsp_completion_context_unref
No description available.

lsp_completion_context_get_trigger_kind

Gets the value of trigger_kind.

lsp_completion_context_set_trigger_kind

Sets the value of trigger_kind.

lsp_completion_context_get_trigger_character

Gets the value of trigger_character.

lsp_completion_context_set_trigger_character

Sets the value of trigger_character.

lsp_completion_context_to_variant
No description available.