Struct

LspTextDocumentClientCaps

Description

struct LspTextDocumentClientCaps {
  /* No available fields */
}

Text document-specific client capabilities.

This remains ref-counted because completion capabilities contain owned arrays.

Constructors

lsp_text_document_client_caps_new
No description available.

Instance methods

lsp_text_document_client_caps_ref
No description available.

lsp_text_document_client_caps_unref
No description available.

lsp_text_document_client_caps_get_synchronization

Gets the value of synchronization.

lsp_text_document_client_caps_set_synchronization

Sets the value of synchronization.

lsp_text_document_client_caps_get_completion

Gets the value of completion.

lsp_text_document_client_caps_set_completion

Sets the value of completion.

lsp_text_document_client_caps_get_document_symbol

Gets the value of document_symbol.

lsp_text_document_client_caps_set_document_symbol

Sets the value of document_symbol.

lsp_text_document_client_caps_get_rename

Gets the value of rename.

lsp_text_document_client_caps_set_rename

Sets the value of rename.

lsp_text_document_client_caps_get_rename_prepare_support_default_behavior

Gets the value of rename_prepare_support_default_behavior.

lsp_text_document_client_caps_set_rename_prepare_support_default_behavior

Sets the value of rename_prepare_support_default_behavior.

lsp_text_document_client_caps_get_type_hierarchy

Gets the value of type_hierarchy.

lsp_text_document_client_caps_set_type_hierarchy

Sets the value of type_hierarchy.

lsp_text_document_client_caps_to_variant
No description available.