Contains additional information about the context in which {@link CompletionItemProvider.provideCompletionItems completion provider} is triggered.
Contains additional information about the context in which {@link CompletionItemProvider.provideCompletionItems completion provider} is triggered.
(trigger-character completion-context)
Character that triggered the completion item provider.
undefined
if the provider was not triggered by a character.
The trigger character is already in the document when the completion provider is triggered.
Character that triggered the completion item provider. `undefined` if the provider was not triggered by a character. The trigger character is already in the document when the completion provider is triggered.
(trigger-kind completion-context)
How the completion was triggered.
How the completion was triggered.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close