Git Branch DifferGit Branch Differ is a Solution Explorer Filter which, when applied, only shows those files in your Solution Explorer that were Added/Modified/Renamed in your working branch as compared to a "reference" branch/commit/tag of your choice, typically a master/main branch. After the filter is applied, you can open a diff for any file from Solution Explorer to view what changed. Supports VS2019 and VS2022. To download for VS2022, go to https://marketplace.visualstudio.com/items?itemName=SajalVerma.GitBranchDifferDev17 Usage
MotivationThe extension was created to make reviewing pull requests in .NET projects easier, as jumping/navigating via code (classes, methods, properties and their references inside the solution) is possible when the comparison view is "native" to Visual Studio, as opposed to only text-based code comparison on platforms like Github. Note that GitBranchDiffer filter does not support displaying files that were deleted in the working branch. Report IssueTo report a bug, please use the Issue Tracker |