| completion_reply {languageserver} | R Documentation |
the response to a textDocument/completion request
completion_reply(id, uri, workspace, document, position)
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 |
a Response object