Whole Diff VSCode ExtensionThis extension makes it possible to view the whole diff for working tree changes, staged changes, or a specific commit or stash (in GitLens commits/shashes lists). FeaturesThe extension adds an icon to the "Staged Changes" and "Changes" groups which will open a diff that shows all the changes in a single diff file. The same icon is also added to GitLens Commits, Stashes, and Branches lists, where it opens the diff for that commit, stash, or the whole branch (from the common ancestor with HEAD). It's also there when you compare two commits. With an extension like There are also two new commands in the command pallette:
You can add keyboard shortcuts to your liking for these commands. RequirementsThis extension works best together with an extension that shows a diff file graphically; I use Diff Viewer by Guilherme Caponetto. Extension Settings
This extension has no settings of its own. Let me know if you want any settings; for example to hide the buttons in a context menu. Known Issues
Release NotesSee CHANGELOG.md |