-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Make difftool work for any diff #389
Comments
Sounds like a great suggestion -- thanks! |
We'd also like to be able to view the entire diff in a single editor tab (similar to traditional |
@rattrayalex-stripe You can switch vscode into a single editor diff (i.e. inline) today -- it is in the |
Oops, sorry for being unclear – I meant viewing the diffs of multiple files in the same editor tab. For example, if I execute a codemod or find/replace across 100 files, I would like a single tab through which to scroll to verify my changes. For this purpose, I actually quite like the side-by-side view in VSCode. My hunch is that if VSCode can handle arbitrary diff outputs for display, it can do this. However, now that I read this issue more carefully, I see that it is roughly the inverse of what I want. EDIT: opened in #404. Sorry for distracting here. |
@rattrayalex-stripe no worries thanks for the clarification |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
VSCode is great for viewing diffs of most files but for example Markdown files with long lines are very hard to make sense of. In such cases, an external diff tool would be very helpful.
GitLens already provides this for uncommitted / staged files since #154 but I'd also like to have it in other "compare" contexts, like browsing a history of a file, the quick pick menus, etc. What do you think?
The text was updated successfully, but these errors were encountered: