Represents a collection of {@link CompletionItem completion items} to be presented in the editor.
Constructor
new(?items:Array<T>, ?isIncomplete:Bool)
Creates a new completion list.
Parameters:
items | The completion items. |
---|---|
isIncomplete | The list is not complete. |
Variables
isIncomplete:Null<Bool>
This list is not complete. Further typing should result in recomputing this list.