Struct

LspCompletionClientCaps

Description

struct LspCompletionClientCaps {
  /* No available fields */
}

Completion-specific client capabilities.

This remains ref-counted because documentation formats are ordered by preference and resolve property names are extensible protocol strings.

Constructors

lsp_completion_client_caps_new
No description available.

Instance methods

lsp_completion_client_caps_ref
No description available.

lsp_completion_client_caps_unref
No description available.

lsp_completion_client_caps_get_flags

Gets the value of flags.

lsp_completion_client_caps_set_flags

Sets the value of flags.

lsp_completion_client_caps_get_documentation_formats

Gets the value of documentation_formats.

lsp_completion_client_caps_set_documentation_formats

Sets the value of documentation_formats.

lsp_completion_client_caps_add_documentation_format

Appends a content format to LspCompletionClientCaps:documentation-formats.

lsp_completion_client_caps_get_supported_tags

Gets the value of supported_tags.

lsp_completion_client_caps_set_supported_tags

Sets the value of supported_tags.

lsp_completion_client_caps_get_resolve_properties

Gets the value of resolve_properties.

lsp_completion_client_caps_set_resolve_properties

Sets the value of resolve_properties.

lsp_completion_client_caps_add_resolve_property

Appends a property name to LspCompletionClientCaps:resolve-properties.

lsp_completion_client_caps_get_insert_text_modes

Gets the value of insert_text_modes.

lsp_completion_client_caps_set_insert_text_modes

Sets the value of insert_text_modes.

lsp_completion_client_caps_get_item_kinds

Gets the value of item_kinds.

lsp_completion_client_caps_set_item_kinds

Sets the value of item_kinds.

lsp_completion_client_caps_to_variant
No description available.