get_hover
Retrieve hover information including type and documentation for a symbol at a specified file location using line and column coordinates.
Instructions
Get hover information (type, documentation) for a symbol at a given location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (0-indexed) | |
| column | Yes | Column number (0-indexed) |