gdscript_symbols
Analyze GDScript files to list all symbols including classes, functions, variables, signals, and enums with their line numbers, helping developers understand file structure before making modifications.
Instructions
List all symbols (classes, functions, variables, signals, enums) in a file. Returns: symbol tree with name, kind, and line number for each symbol. Use to understand the structure of a file before making changes. WORKFLOW: gdscript_symbols to explore, then gdscript_hover or gdscript_definition for details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute or relative path to the .gd file |