Replies: 1 comment 4 replies
-
This is a vscode extension that does a pretty good job managing a lot of the PR/code review process, would be great to see it in Zed. https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github also lets you interact with comments (view, reply, create) which is nice |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
right now you can get a nice diff view of Uncommitted Changes where you can make edits in the multi buffer view and see added and removed lines.
this is a request to expose that git diff view for an entire branch or ref comparison, e.g. main..HEAD. this would be a nice way to review and update a pull request on github, or to review branches locally generally.
Beta Was this translation helpful? Give feedback.
All reactions