lean_hover_info
Retrieve type signatures and documentation for symbols in Lean code to understand API definitions and usage.
Instructions
Get type signature and docs for a symbol. Essential for understanding APIs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to Lean file | |
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column at START of identifier |