Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents programming constructs like functions or constructors in the context of call hierarchy.

层级

  • CallHierarchyItem

索引

Constructors(1)

Properties(7)

Constructors(1)

constructor

Properties(7)

name

name: string

The name of this item.

kind

The kind of this item.

Optional tags

tags: readonly Deprecated[]

Tags for this item.

Optional detail

detail: string

More detail for this item, e.g. the signature of a function.

uri

uri: Uri

The resource identifier of this item.

range

range: Range

The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.

selectionRange

selectionRange: Range

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the range.

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

Generated by TypeDoc. Maintained by 洛竹