Learn R Programming

languageserver (version 0.3.0)

document_symbol_reply: Get all the symbols in the document

Description

Get all the symbols in the document

Usage

document_symbol_reply(id, uri, workspace)

Arguments

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

Value

A Response with a list of all the symbols in the document, or just the id if there weren't any.