hover
Retrieve type signatures and documentation for a symbol by providing file, line, and column. Understand code details and API usage instantly.
Instructions
Get hover information (type signature, documentation) for a symbol at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Relative file path from project root | |
| line | Yes | Line number (1-indexed) |