coc-git
coc-git copied to clipboard
Bold feature request: github PR review
Often we I review the code, I had to check out the branch and do a local review. I need jump around the source code to understand.
But then I still have to:
- open the web page
- find the file I was looking at
- type my comments
Wouldn't it be nice to have an action to say: "pr.review.comment" and have a new split window to add a comment. And when I'm done, have an action pr.review.complete
I just found https://github.com/pwntester/octo.nvim has similar features I'd like. But it depends on telescope and has many other features.