Skip to content
| Marketplace
Sign in
Visual Studio>Tools>PR File Opener
PR File Opener

PR File Opener

Ricky Stam

|
215 installs
| (0) | Free
VS Extension to help you do PR reviews easier and faster by opening all added/modified files of current branch in comparison with PRs target branch.
Download

VS Extension to help you do PR reviews easier and faster by opening all added/modified files of current branch in comparison with PRs target branch.

To run the tool just go to menu Tools -> Open PR Files

The extensions default target branch in "main".

You can change that by going to Tools -> Options -> PR File Opener.

Before opening the added/modified files PR File Opener will execute the below git commands:

  • git pull -q
  • git fetch origin {targetBranchName}:{targetBranchName}
  • git diff --name-only {currentBranchName} {targetBranchName}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft