Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write changes back to files in Combined mode #8

Open
alejandro5042 opened this issue May 24, 2017 · 1 comment
Open

Write changes back to files in Combined mode #8

alejandro5042 opened this issue May 24, 2017 · 1 comment

Comments

@alejandro5042
Copy link

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:

  1. Combine and diff (just like today)
  2. When the user exits the diff window, check if the combined file changed
  3. If the combined file changed, ask them if they want to "Apply Changes"
  4. 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!

@deadlydog
Copy link
Owner

Thanks @alejandro5042, I've actually had that exact feature in mind for over 2 years, but haven't found the time to implement it (too many different projects on the go + work and family). Right now I'm trying to get the extension to work for VS 2017, but this would be the next big feature that I tackle. Thanks for mentioning it so I have it formally documented on the site now 👍

@deadlydog deadlydog changed the title Write changes back to files Write changes back to files in Combined mode May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants