lsp_hover
Retrieve detailed documentation and type information for code symbols at specific positions to understand functionality and usage.
Instructions
Get hover information (type info, documentation) for the symbol at the given position.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column number (1-indexed) |