hover_reply {languageserver}R Documentation

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)

[Package languageserver version 0.3.6 Index]