vscode-code-review
vscode-code-review copied to clipboard
Create a code review with all your comments in one file
# 🐞 Bug report ## Description I've reviewed the code and written some comments that are stored in the CSV file, e.g.: ```csv sha,filename,url,lines,title,comment,priority,category,additional,id,private "","\JUWeb\package.json","","13:0-19:23","","All of these weren't mentioned in...
# 🐞 Bug report ## Description When I use the alt and click feature to select multiple ranges of code, I expected that the report would display them in order...
# 🐞 Bug report ## Description When I generate a comment in a file, the contextual comment appears as expected in that file, which is good. However, it also appears...
# 🧩 Feature ## Description I wanted to propose the idea of having a button next to the delete button which allows you to change the line selections for a...
# 🧩 Feature Links between notes (or from notes to some line in the source code) ## Description It would be nice to have a way to add links to...
# 🧩 Feature ## Description Currently, a single csv is generated in a user's workspace to hold comments. In order to allow multi-user reviews, there are a few things that...
# 🧩It would be nice to be able to send my comments to gerrit review server ## Description I use gerrit to do review. It would be nice if I...
# 🧩 Feature ## Description We have a static analysis software which creates hundreds of notes to the code-review.csv. Each of these notes must be manually reviewed and priority must...
# 🧩 Feature ## Use VSCode Comments pane Similar to https://github.com/microsoft/vscode-extension-samples/tree/main/comment-sample. If the code-review.csv file is present and has content, to spawn a comment controller and populate the Comments pane.
…xport for github ("description" instead of "body") ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for...