lsp_hover
Retrieve hover information for code at a specific file and position by querying the language server.
Instructions
Request textDocument/hover from the LSP server and return normalized contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute or workspace-relative path to the file. | |
| position | Yes | Line/character position (zero-based) in the file. |