DocumentSymbolProvider
The document symbol provider interface defines the contract between extensions and the go to symbol-feature.
Functions
Link copied to clipboard
abstract fun provideDocumentSymbols(document: TextDocument, token: CancellationToken): ProviderResult<JsAny>
Provide symbol information for the given document.