Liking cljdoc? Tell your friends :D

dots.typescript.completion-info


entriescljs

(entries completion-info)

Returns: CompletionEntry[]

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

flagscljs

(flags completion-info)

For performance telemetry.

Returns: CompletionInfoFlags | undefined

For performance telemetry.

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

global-completion?cljs

(global-completion? completion-info)

Not true for all global completions. This will be true if the enclosing scope matches a few syntax kinds. See isSnippetScope.

Returns: boolean

Not true for all global completions. This will be true if the enclosing scope matches a few syntax kinds. See `isSnippetScope`.

**Returns:** `boolean`
sourceraw docstring

incompletecljs

(incomplete completion-info)

Indicates to client to continue requesting completions on subsequent keystrokes.

Returns: true | undefined

Indicates to client to continue requesting completions on subsequent keystrokes.

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

member-completion?cljs

(member-completion? completion-info)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

new-identifier-location?cljs

(new-identifier-location? completion-info)

true when the current location also allows for a new identifier

Returns: boolean

true when the current location also allows for a new identifier

**Returns:** `boolean`
sourceraw docstring

optional-replacement-spancljs

(optional-replacement-span completion-info)

In the absence of CompletionEntry["replacementSpan"], the editor may choose whether to use this span or its default one. If CompletionEntry["replacementSpan"] is defined, that span must be used to commit that completion entry.

Returns: TextSpan | undefined

In the absence of `CompletionEntry["replacementSpan"]`, the editor may choose whether to use
this span or its default one. If `CompletionEntry["replacementSpan"]` is defined, that span
must be used to commit that completion entry.

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

set-entries!cljs

(set-entries! completion-info value)
source

set-flags!cljs

(set-flags! completion-info value)

For performance telemetry.

For performance telemetry.
sourceraw docstring

set-is-global-completion!cljs

(set-is-global-completion! completion-info value)

Not true for all global completions. This will be true if the enclosing scope matches a few syntax kinds. See isSnippetScope.

Not true for all global completions. This will be true if the enclosing scope matches a few syntax kinds. See `isSnippetScope`.
sourceraw docstring

set-is-incomplete!cljs

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

Indicates to client to continue requesting completions on subsequent keystrokes.

Indicates to client to continue requesting completions on subsequent keystrokes.
sourceraw docstring

set-is-member-completion!cljs

(set-is-member-completion! completion-info value)
source

set-is-new-identifier-location!cljs

(set-is-new-identifier-location! completion-info value)

true when the current location also allows for a new identifier

true when the current location also allows for a new identifier
sourceraw docstring

set-optional-replacement-span!cljs

(set-optional-replacement-span! completion-info value)

In the absence of CompletionEntry["replacementSpan"], the editor may choose whether to use this span or its default one. If CompletionEntry["replacementSpan"] is defined, that span must be used to commit that completion entry.

In the absence of `CompletionEntry["replacementSpan"]`, the editor may choose whether to use
this span or its default one. If `CompletionEntry["replacementSpan"]` is defined, that span
must be used to commit that completion entry.
sourceraw docstring

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

× close