find_script_references
Search Godot project scenes, scripts, resources, and config files for a case-sensitive substring, returning file paths, line numbers, and matching text to track references.
Instructions
Grep project scene, script, resource and config files for a case-sensitive substring and return file, 1-based line number and text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | res:// | |
| query | Yes | ||
| include_addons | No |