replace_content
Replace text in Godot project files to modify content and trigger file change events for development workflows.
Instructions
Replace text content in a file and emit a file change event.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| search | Yes | Text to search for | |
| replace | Yes | Replacement text | |
| all | No | Replace all occurrences |