Learn R Programming

languageserver (version 0.3.10)

hover_reply: The response to a textDocument/hover Request

Description

When hovering on a symbol, if it is a function, return its help text if it exists in the current Workspace.

Usage

hover_reply(id, uri, workspace, document, point)

Arguments