Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a location inside a resource, such as a line inside a text file.

层级

  • Location

索引

Constructors(1)

Properties(2)

Constructors(1)

constructor

  • Creates a new location object.

    Parameters

    • uri: Uri

      The resource identifier.

    • rangeOrPosition: Range | Position

      The range or position. Positions will be converted to an empty range.

    Returns Location

Properties(2)

uri

uri: Uri

The resource identifier of this location.

range

range: Range

The document range of this location.

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

Generated by TypeDoc. Maintained by 洛竹