Liking cljdoc? Tell your friends :D

dots.vscode.inline-completion-context

Provides information about the context in which an inline completion was requested.

Provides information about the context in which an inline completion was requested.
raw docstring

selected-completion-infocljs

(selected-completion-info inline-completion-context)

Provides information about the currently selected item in the autocomplete widget if it is visible.

If set, provided inline completions must extend the text of the selected item and use the same range, otherwise they are not shown as preview. As an example, if the document text is console. and the selected item is .log replacing the . in the document, the inline completion must also replace . and start with .log, for example .log().

Inline completion providers are requested again whenever the selected item changes.

Provides information about the currently selected item in the autocomplete widget if it is visible.

If set, provided inline completions must extend the text of the selected item
and use the same range, otherwise they are not shown as preview.
As an example, if the document text is `console.` and the selected item is `.log` replacing the `.` in the document,
the inline completion must also replace `.` and start with `.log`, for example `.log()`.

Inline completion providers are requested again whenever the selected item changes.
sourceraw docstring

trigger-kindcljs

(trigger-kind inline-completion-context)

Describes how the inline completion was triggered.

Describes how the inline completion was triggered.
sourceraw docstring

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

× close