gdscript_references_batch
Find references for multiple GDScript symbols simultaneously to analyze bulk code impact efficiently in Godot projects.
Instructions
Find references for multiple symbols in a single call. Returns: list of reference locations for each position. IMPORTANT: Uses ZERO-BASED coordinates. More efficient than calling gdscript_references repeatedly. Use for bulk impact analysis across multiple symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | List of positions to find references for |