Interface CompletionClientCapabilities

Completion client capabilities

Properties

The client supports the following CompletionItem specific capabilities.

completionItemKind?: ClientCompletionItemOptionsKind

The client supports the following CompletionList specific capabilities.

3.17.0

contextSupport?: boolean

The client supports to send additional context information for a textDocument/completion request.

dynamicRegistration?: boolean

Whether completion supports dynamic registration.

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.

3.17.0