hover
Retrieve the type or signature of a symbol at a specific line and column position in a source file, without opening the file.
Instructions
Type/signature of the symbol at a 0-based position (hover) — a few lines, no file open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | 0-based line. | |
| path | Yes | Source file. | |
| backend | No | ||
| character | Yes | 0-based column. | |
| projectPath | No |