DefinitionProvider
The definition provider interface defines the contract between extensions and the go to definition and peek definition features.
Functions
Link copied to clipboard
abstract fun provideDefinition(document: TextDocument, position: Position, token: CancellationToken): ProviderResult<JsAny>
Provide the definition of the symbol at the given position and document.