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.

Returns: string | undefined

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.

**Returns:** `string | undefined`
sourceraw docstring

trigger-kindcljs

(trigger-kind completion-context)

How the completion was triggered.

Returns: CompletionTriggerKind

How the completion was triggered.

**Returns:** `CompletionTriggerKind`
sourceraw docstring

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

× close