VS Code API
    Preparing search index...

    Function registerLinkedEditingRangeProvider

    • Register a linked editing range provider.

      Multiple providers can be registered for a language. In that case providers are sorted by their score and the best-matching provider that has a result is used. Failure of the selected provider will cause a failure of the whole operation.

      Parameters

      Returns Disposable

      A Disposable that unregisters this provider when being disposed.