Liking cljdoc? Tell your friends :D

dots.vscode.completion-context

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.
raw docstring

trigger-charactercljs

(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.
sourceraw docstring

trigger-kindcljs

(trigger-kind completion-context)

How the completion was triggered.

How the completion was triggered.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close