provideDocumentSymbols
abstract fun provideDocumentSymbols(document: TextDocument, token: CancellationToken): ProviderResult<JsAny>(source)
Provide symbol information for the given document.
Parameters
document
The document in which the command was invoked.
token
A cancellation token.