lsp_hover
Get type info and documentation for the symbol at a given cursor position in Scheme code. Resolve uncertainty about identifiers with on-demand hover details.
Instructions
Show hover tooltip (type, docs) for the symbol under the cursor.
Like hovering the mouse over an identifier in an IDE.
Confidence: MEDIUM. Type inference is experimental; info about macro-expanded identifiers may be inaccurate. Cross-check with your knowledge.
Args: file_path: Absolute path to the file. line: Zero-based line number. character: Zero-based character (column) position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| character | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||