ImplementationProvider
The implementation provider interface defines the contract between extensions and the go to implementation feature.
Functions
Link copied to clipboard
abstract fun provideImplementation(document: TextDocument, position: Position, token: CancellationToken): ProviderResult<JsAny>
Provide the implementations of the symbol at the given position and document.