Feature Request: View All Changes In PR
See original GitHub issueI would find a command that allows me to open all changes in a pull request really valuable. Currently I open each file’s diff from the PR Changes view. This is fine, but gets a bit tedious with larger pull request (O(N) in terms of my input). If I’m wanting to compare changes to the working tree GitLens has a Open All Changes (difftool) (O(1) in terms of my input) command. Which is fantastic as I can open each diff as a tab and work through the changes in the commit, closing tabs as I’m satisfied with the changes.
I would like to be able to be able to do something similar for my PR review process:
- Close All Editors
- Open All Changes in PR
- Review each file, adding comments, marking as reviewed, and finally closing that file when I’m satisfied.
I hope this isn’t a duplicate. I see that the folks working on GitLens received a similar request, however, they see this project as more in scope for implementation. See https://github.com/Axosoft/vscode-gitlens/issues/1020
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8 (8 by maintainers)

Top Related StackOverflow Question
To verify:
@joshuaobrien I took a quick look at your draft, thanks for working on this. A few notes:
ReviewManager, you can choose aPullRequestModel. There’s a little choose utility you can use. ex: https://github.com/microsoft/vscode-pull-request-github/blob/96dc89953372ef579902248473fb7f9a18923e7e/src/commands.ts#L487-L494