hover
Retrieve type signature and documentation for a code symbol by specifying file, line, and column.
Instructions
Get LSP hover information (type signature, documentation) for a symbol at a position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Absolute file path | |
| line | Yes | Line number (1-indexed) |