hover_info
Get TypeScript type details at any code position. Specify file, line, and column to see hover-style information for the symbol under the cursor.
Instructions
Quick info at a source position, similar to VS Code hover
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-based) | |
| file | Yes | Absolute path to the TypeScript file | |
| line | Yes | Line number (1-based) | |
| tsconfig | No | Path to tsconfig.json (auto-detected if omitted) |