Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a list of ranges that can be edited together along with a word pattern to describe valid range contents.

层级

  • LinkedEditingRanges

索引

Constructors(1)

Properties(2)

Constructors(1)

constructor

  • Create a new linked editing ranges object.

    Parameters

    • ranges: Range[]

      A list of ranges that can be edited together

    • Optional wordPattern: RegExp

      An optional word pattern that describes valid contents for the given ranges

    Returns LinkedEditingRanges

Properties(2)

Readonly ranges

ranges: Range[]

A list of ranges that can be edited together. The ranges must have identical length and text content. The ranges cannot overlap.

Optional Readonly wordPattern

wordPattern: RegExp

An optional word pattern that describes valid contents for the given ranges. If no pattern is provided, the language configuration's word pattern will be used.

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

Generated by TypeDoc. Maintained by 洛竹