batch_edit
Perform batch find/replace operations across multiple files using patterns to modify source code efficiently in development environments.
Instructions
Perform batch find/replace operations across files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Pattern to find (string or regex) | |
| replacement | Yes | Replacement string | |
| filePattern | Yes | File glob pattern | |
| options | No |