danobi / prr

Mailing list style code reviews for github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code extension

matklad opened this issue · comments

I've started VS Code extension over here:

https://github.com/matklad/code-prr

I grow it for private consumption and have no intention maintaining it, but perhaps it could serve as a starting point for someone else!

Though, if someone's serious about building an extension here, a better starting point would perhaps be prr --lsp

On the topic of extensions, a nice feature is the ability jump to the corresponding line in source code and to a lesser extent apply the selected diff.

Cool! I don't use vscode so I'm not sure how that ecosystem works. If there's anything I can do to help there just let me know.

An LSP server would be a neat project. I'll put that on my backburner of things I'd do if I get bored enough (that rarely but occasionally happens)