document_symbol_async


Description:

protected virtual async DocumentSymbolResult? document_symbol_async (Client client, TextDocumentIdentifier text_document) throws Error

The document symbol request is sent from the client to the server to return all symbols found in a given text document.

Parameters:

text_document

the document to list symbols from

Returns:

a list of document symbols, or null if there are none