GenLSP.Protocol.Structures.CompletionClientCapabilities (gen_lsp v0.0.2)

Completion client capabilities

properties

Properties

dynamicRegistration :: boolean

Whether completion supports dynamic registration.

completionItem :: unimplemented doc type (required)

The client supports the following CompletionItem specific capabilities.

completionItemKind :: unimplemented doc type (required)

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 (required)

The client supports the following CompletionList specific capabilities.

@since 3.17.0