workspace_symbol_async


Description:

protected virtual async SymbolInformation[]? workspace_symbol_async (Client client, string query) throws Error

The workspace symbol request is sent from the client to the server to list project-wide symbols matching a given query string.

Parameters:

query

a non-empty query string

Returns:

a list of symbol informations matching the query, or null if there are none