This extension for Visual Studio 2022 allows you to filter solution explorer to include only the files changed when comparing to the worktree sometime in the past. Navigate through all these files as usual, and compare the changes using a context menu item. This is extremely useful when you are developing a feature on your own branch and want to keep your views focused.
This plugin allows you to filter solution explorer by showing only the changes you care about. This includes the files that have been changed comparing your current working directory to a Git worktree you can specify as reference by using a branch name, tag name or specific commit.
Every file listed in the solution explorer when the filter is active has a context menu "show changes" which brings the difference between the current file and the one at the selected point in history.
- Icons used:
- Tree icon by Icons8
- Git branch icon by Icons8
- Commit Git icon by Icons8
- Tag Window icon by Icons8
- This builds on the idea of GitBranchDiffer extending it by a few must-have features.