gdscript_definitions_batch
Retrieve definitions for multiple symbol positions in a single request, improving efficiency over individual lookups. Uses zero-based line and character coordinates.
Instructions
Get definitions for multiple symbol positions in a single call. Returns: list of definition locations for each position. IMPORTANT: Uses ZERO-BASED coordinates. More efficient than calling gdscript_definition repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | List of positions to look up definitions for |