Search project
searchLocate symbols, node types, signals, and TODOs across Godot scripts, scenes, and resources. Returns file:line for each match.
Instructions
Grep across scripts, scenes and resources. Finds symbol definitions, node types used in scenes, signal names, TODOs. Returns file:line with the matching line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict which file kinds are searched. | all |
| limit | No | ||
| query | Yes | Literal text to find (not a regex). | |
| offset | No | ||
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. | |
| case_sensitive | No |