search_symbol
Search for symbols or text across all GDScript files in a Godot project using plain text or regular expressions.
Instructions
Perform a project-wide search for a symbol or text in all GDScript files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project | |
| query | Yes | Text or regex pattern to search for | |
| isRegex | No | Whether to treat the query as a regular expression |