getHover
Get type information and documentation for a symbol at a given position in a file. Provide file path, line, and column to retrieve hover data.
Instructions
Get hover information (type info, documentation) for a symbol at a given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| line | Yes | Line number (1-based) | |
| column | Yes | Column (1-based) |