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