View Source GenLSP.Structures.CompletionClientCapabilities (gen_lsp v0.10.0)
Completion client capabilities
Link to this section Summary
Functions
Fields
dynamic_registration: Whether completion supports dynamic registration.
Link to this section Types
Link to this section Functions
fields
Fields
dynamic_registration: Whether completion supports dynamic registration.
completion_item: The client supports the following
CompletionItem
specific capabilities.completion_item_kind
insert_text_mode: Defines how the client handles whitespace and indentation when accepting a completion item that uses multi line text in either
insertText
ortextEdit
.@since 3.17.0
context_support: The client supports to send additional context information for a
textDocument/completion
request.completion_list: The client supports the following
CompletionList
specific capabilities.@since 3.17.0