| document_symbol_reply {languageserver} | R Documentation |
Get all the symbols in the document
document_symbol_reply(id, uri, workspace)
id |
a numeric, the id of the process that started the server |
uri |
a character, the path to a file as defined by RFC 3986 |
workspace |
a Workspace object, the current workspace |
A Response with a list of all the symbols
in the document, or just the id if there weren't any.