Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Type parameters

层级

  • CompletionList

索引

Constructors(1)

Properties(2)

Constructors(1)

constructor

  • new CompletionList<T>(items?: T[], isIncomplete?: boolean): CompletionList<T>

Properties(2)

Optional isIncomplete

isIncomplete: boolean

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

items

items: T[]

The completion items.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹