getInlayHints
Get inline type annotations and parameter name hints for a given line range in a file. Supports languages like TypeScript and Rust.
Instructions
Inlay hints (inline type annotations, param names) for a line range. e.g. TS types, Rust lifetimes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Workspace or absolute path | |
| startLine | Yes | First line (1-based) | |
| endLine | Yes | Last line (1-based, inclusive) |