CompletionList

Represents a collection of completion items to be presented in the editor.

Online Documentation

Constructors

Link copied to clipboard
constructor(items: ReadonlyArray<T> = definedExternally, isIncomplete: Boolean = definedExternally)

Creates a new completion list.

Properties

Link copied to clipboard

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

Link copied to clipboard

The completion items.