-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
For large automated/refactoring changes, you want to diff all the files at once (combine mode) and verify your changes. Sometimes, you need to make edits but the edits you make are lost once the diff is over.
I propose this workflow for combine mode:
- Combine and diff (just like today)
- When the user exits the diff window, check if the combined file changed
- If the combined file changed, ask them if they want to "Apply Changes"
- If "yes", then break apart the combined file contents back into the individual files
This feature would be amazing for all sorts of large code reviews!