search_files
Search file contents under the Godot project's res:// directory for a substring or regex pattern, returning file and line matches.
Instructions
Search file contents under res:// for a substring (or regex with regex=true). Returns file:line matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext | No | restrict to one extension, e.g. gd | |
| max | No | ||
| query | Yes | ||
| regex | No |