Liking cljdoc? Tell your friends :D

dots.vscode.completion-list

Represents a collection of {@link CompletionItem completion items} to be presented in the editor.

Represents a collection of {@link CompletionItem completion items} to be presented
in the editor.
raw docstring

incomplete?cljs

(incomplete? completion-list)

This list is not complete. Further typing should result in recomputing this list.

Returns: boolean | undefined

This list is not complete. Further typing should result in recomputing
this list.

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

itemscljs

(items completion-list)

The completion items.

Returns: T[]

The completion items.

**Returns:** `T[]`
sourceraw docstring

set-is-incomplete!cljs

(set-is-incomplete! completion-list value)

This list is not complete. Further typing should result in recomputing this list.

This list is not complete. Further typing should result in recomputing
this list.
sourceraw docstring

set-items!cljs

(set-items! completion-list value)

The completion items.

The completion items.
sourceraw docstring

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

× close