| workspace_symbol_reply {languageserver} | R Documentation |
Get all the symbols in the workspace matching a query
workspace_symbol_reply(id, workspace, query)
id |
a numeric, the id of the process that started the server |
workspace |
a Workspace object, the current workspace |
query |
a character |
A Response with a list of all the symbols
in the workspace that match the query, or just the id
if there weren't any.