gdscript_symbols_batch
Analyze multiple GDScript files simultaneously to extract symbol trees, improving efficiency over single-file processing for understanding code structure.
Instructions
Get symbols from multiple files in a single call. Returns: map of file path to symbol tree for each file. More efficient than calling gdscript_symbols repeatedly. Use to understand the structure of multiple files at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of absolute or relative paths to .gd files |