getHover
Retrieve hover documentation and type signatures at a file position to inspect symbol details.
Instructions
Get hover information (documentation, type signature) at a position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | No | Column number (1-indexed), overrides :col in file | |
| file | Yes | File path with optional :line:col suffix (e.g., "src/user.ts:10:5") | |
| line | No | Line number (1-indexed), overrides :line in file | |
| content | No | File content for virtual/unsaved files | |
| projectRoot | No | Project root directory (auto-detected if omitted) |