Skip to content

completeIdentifiers

completeIdentifiers(identifiers?): CompletionSource<JSContext>

Defined in: extensions/autocomplete/javascript/index.ts:222

Completion source that searches the editor for identifiers and returns them as completions. Best to avoid using this and completeScope at the same time.

Iterable<string, any, any>

List of identifiers that should be completed even if they’re not found in the editor.

CompletionSource<JSContext>