x4js - v2.2.49
    Preparing search index...

    The implementation provider interface defines the contract between extensions and the go to implementation feature.

    interface ImplementationProvider {
        provideImplementation(
            model: ITextModel,
            position: Position,
            token: CancellationToken,
        ): ProviderResult<Definition>;
    }
    Index