Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LinkedEditingRangeProvider

The linked editing range provider interface defines the contract between extensions and the linked editing feature.

层级

  • LinkedEditingRangeProvider

索引

Methods(1)

provideLinkedEditingRanges

  • For a given position in a document, returns the range of the symbol at the position and all ranges that have the same content. A change to one of the ranges can be applied to all other ranges if the new content is valid. An optional word pattern can be returned with the result to describe valid contents. If no result-specific word pattern is provided, the word pattern from the language configuration is used.

    Parameters

    • document: TextDocument

      The document in which the provider was invoked.

    • position: Position

      The position at which the provider was invoked.

    • token: CancellationToken

      A cancellation token.

    Returns ProviderResult<LinkedEditingRanges>

    A list of ranges that can be edited together

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

Generated by TypeDoc. Maintained by 洛竹