hover
Get the type or signature of a symbol at a specified line and column in a source file using language-server indexing for accurate, token-efficient results.
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 |