Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CompletionList<T>

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

Type parameters

Hierarchy

  • CompletionList

索引

Constructors

Properties

Constructors

constructor

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

Properties

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 中文文档 | 官网文档

Generated by TypeDoc