CompletionList$Typings<T extends CompletionItem> extension

on

Properties

isIncomplete bool

Available on CompletionList<T>, provided by the CompletionList$Typings extension

This list is not complete. Further typing should result in recomputing this list.
getter/setter pair
items List<T>

Available on CompletionList<T>, provided by the CompletionList$Typings extension

The completion items.
getter/setter pair