Struct

LspClientCaps

Description

struct LspClientCaps {
  /* No available fields */
}

Capabilities of the client / editor.

This remains ref-counted because it owns optional text document capabilities.

Constructors

lsp_client_caps_new
No description available.

lsp_client_caps_new_from_variant
No description available.

Instance methods

lsp_client_caps_ref
No description available.

lsp_client_caps_unref
No description available.

lsp_client_caps_get_workspace

Gets the value of workspace.

lsp_client_caps_set_workspace

Sets the value of workspace.

lsp_client_caps_get_text_document

Gets the value of text_document.

lsp_client_caps_set_text_document

Sets the value of text_document.

lsp_client_caps_to_variant
No description available.