Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImplementationProvider

An implementation provider implements the "go-to-implementations" and "go-to-interfaces" features.

deprecated

Use LocationProvider and {@link sourcegraph.languages.registerLocationProvider} instead.

Hierarchy

  • ImplementationProvider

Index

Methods

provideImplementation

  • Provide the implementations of the symbol at the given position and document.

    deprecated

    Use LocationProvider and {@link sourcegraph.languages.registerLocationProvider} instead.

    Parameters

    • document: TextDocument

      The document in which the command was invoked.

    • position: Position

      The position at which the command was invoked.

    Returns ProviderResult<Definition>

    Implementation locations, or null if there are none.

Generated using TypeDoc