document_symbol_async


Description:

public async DocumentSymbolResult? document_symbol_async (Uri uri) 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:

uri

the URI of the document to list symbols from

Returns:

hierarchical document symbols or flat symbol information