signature_reply {languageserver}R Documentation

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, point)

[Package languageserver version 0.3.6 Index]