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.
(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`
(items completion-list)
The completion items.
Returns: T[]
The completion items. **Returns:** `T[]`
(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.
(set-items! completion-list value)
The completion items.
The completion items.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |