Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocationProvider

A location provider implements features such as "find implementations" and "find type definition". It is the general form of DefinitionProvider and ReferenceProvider.

Hierarchy

  • LocationProvider

Index

Methods

provideLocations

  • Provide related locations for the symbol at the given position and document.

    Parameters

    • document: TextDocument

      The document in which the command was invoked.

    • position: Position

      The position at which the command was invoked.

    Returns ProviderResult<Location[]>

    Related locations, or null if there are none.

Generated using TypeDoc