batch_analyze
Batch analyze multiple TypeScript code positions in one call, retrieving hover, definitions, references, diagnostics, and signatures. Select which analyses to include via the include parameter.
Instructions
Get hover, definition, references, diagnostics, and signature for multiple positions in one call. Use the "include" parameter to select which analyses to run (default: all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Which analyses to include (default: all) | |
| positions | Yes | Positions to analyze. Each entry takes either file+line+column or a symbol name. |