Learn R Programming

languageserver (version 0.3.0)

signature_reply: the response to a textDocument/signatureHelp Request

Description

If the symbol at the current position is a function, return its arguments (as with base::args()).

Usage

signature_reply(id, uri, workspace, document, position)

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

document

a character, the contents of the document

position

a position object

Value

a Response object