Adds functionality to GitHub's pull request pages that increase developer productivity
Lets face it, doing code reviews is something most people would avoid if at all possible. Since this isn't possible why not trim down the amount of time you have to spend doing it?
With this extension you can do the following:
1) Auto collapse file diffs that you generally don't need to code review. Examples of this would be metadata files for .NET solutions (E.G. .csproj, .vbproj, packages.config, .sln, etc)
Latest reviews
- (2018-01-03) Chris Hedberg: This extension is great. Now I don't have to look at all my csproj files when a nuget package is updated. It allows a software developer to focus on the code that is valuable and allows hiding of files that are clutter in your pull request screen on GitHub. Nice work Chad.