Interface ImplementationProvider

Language-specific service for handling go to implementation requests.

interface ImplementationProvider {
    getImplementation(document: LangiumDocument<AstNode>, params: ImplementationParams, cancelToken?: CancellationToken): MaybePromise<undefined | LocationLink[]>;
}

Implemented by

Methods