agda_hover
Get type and definition details for a symbol at a given position in an Agda file, providing immediate context for debugging or exploration.
Instructions
Get type/definition info for a symbol at a position.
Args: file_path: Absolute path to the .agda file line: Line number (1-based) character: Column number (1-based)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| character | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |