DocumentSymbolProvider

The document symbol provider interface defines the contract between extensions and the go to symbol-feature.

Online Documentation

Functions

Link copied to clipboard
abstract fun provideDocumentSymbols(document: TextDocument, token: CancellationToken): ProviderResult<ERROR CLASS: Symbol not found for JsAny>

Provide symbol information for the given document.