provideDocumentSymbols

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

Provide symbol information for the given document.

Parameters

document

The document in which the command was invoked.

token

A cancellation token.