Batch Edit in Single Window is a VS Code extension that allows you to edit multiple files in a single window. It creates a temporary file to merge the contents of multiple files, and then allows you to edit that file. When you're done editing, you can use the "Apply Changes" command to apply the changes to the original files.
Features
Edit multiple files in a single window
Supports recursive editing of folders and subfolders
Automatically creates a temporary file to merge the contents of multiple files
Supports "Apply Changes" command to apply changes to original files
Supports cleaning up temporary files and restoring original file lists
Usage
Install the extension: Open the Extensions panel in VS Code, search for "Batch Edit in Single Window", and click Install.
Edit multiple files: Select multiple files in the Explorer, right-click, and select "Edit in Single Window".
Edit the temporary file: Edit the contents of the temporary file, and then use the "Apply Changes" command to apply the changes to the original files.
Commands
extension.editInSingleWindow: Edit multiple files in a single window
extension.applyChanges: Apply changes to original files
Configuration
No configuration required
Issues
If you encounter any issues while using the extension, please submit an issue on GitHub.