jasonnutter / vscode-github-pr

VS Code plugin for working with Github PRs.
https://marketplace.visualstudio.com/items?itemName=jasonnutter.github-pr
MIT License
5 stars 3 forks source link

Feature request: inline PR review (view, edit, add PR comments) #6

Open rattrayalex-stripe opened 6 years ago

rattrayalex-stripe commented 6 years ago

A fairly major feature request, but it would be great to be able to fully review PR's in VSCode instead of on the github website.

Might make this a popular extension.

jasonnutter commented 6 years ago

I could probably start simple with just the ability to approve or leave a comment on an MR, but line-by-line comments would probably not be worth the effort (I'm not even sure there is an API for it turns out there is an API).

Edit: I'll definitely start with approving and top level comments, and then look into line-by-line comments.

rattrayalex-stripe commented 6 years ago

awesome!!

nmurthy commented 6 years ago

This would be amazing! Let me know if there's an easy integration path, because I wouldn't mind hacking on this