GenLSP.Protocol.Structures.CompletionClientCapabilities (gen_lsp v0.0.1)
Completion client capabilities
properties
Properties
dynamicRegistration :: boolean
Whether completion supports dynamic registration.
completionItem :: unimplemented doc type
The client supports the following CompletionItem
specific
capabilities.
completionItemKind :: unimplemented doc type
insertTextMode :: InsertTextMode
Defines how the client handles whitespace and indentation
when accepting a completion item that uses multi line
text in either insertText
or textEdit
.
@since 3.17.0
contextSupport :: boolean
The client supports to send additional context information for a
textDocument/completion
request.
completionList :: unimplemented doc type
The client supports the following CompletionList
specific
capabilities.
@since 3.17.0