Class CompletionList<T>

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

Type Parameters

Constructors

Properties

Constructors

Properties

isIncomplete?: boolean

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

items: T[]

The completion items.