editText
Apply atomic text insertions, deletions, and replacements at specific line and column positions in workspace files.
Instructions
Insert/delete/replace text at 1-based line/col. Atomic multi-edit. Uses VS Code or native fs. Workspace files only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path to the file | |
| edits | Yes | Array of edit operations to apply atomically | |
| save | No | Save the file after applying edits (default: false) |