-
Notifications
You must be signed in to change notification settings - Fork 720
Description
I 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 gitkraken/vscode-gitlens#1020