hover
Look up the type and overloads of a symbol at a cursor position using language-server hover data. Returns plaintext lines without opening the file.
Instructions
Type/signature info for the symbol at a 0-based position (language-server hover). A few plaintext lines, no walls of docs. Use to check a type/overload without opening the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Source file. | |
| line | Yes | 0-based line. | |
| character | Yes | 0-based character/column. | |
| projectPath | No | ||
| backend | No |