vscode-code-review
vscode-code-review copied to clipboard
Create a code review with all your comments in one file
# 🐞 Bug report ## Description The plugin looses the workspace context if the user once opens a tab for which the path is not defined. As a consequence, the...
# 🧩 Feature ## Description It would be really helpful to see directly on the File Explorer if a file / directory has been reviewed. If all files in a...
# 🧩 Feature If a new line is added, or if a line is deleted, amon the lines before a code review note, change the code review note line index....
Hello - Am trying to create comments on a file but apparently when it saves to the csv it is not correctly writing the location file. Saved filename : c:Users\**USER**\...Modeling.py...
# Reviews created on Windows store file paths incompatible with WSL2 ## Description When the code reviews created in Windows are opened on the Windows subsystem for Linux (Ubuntu), a...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] Tests for the changes have been added (for bug fixes / features) - [X] Docs have...
# 🧩 Accending finding-index ## Description **Brief**: A unique distinguishing attribute for each finding in the "Code-Review: Comment Explorer" for referencing to findings for e.g. bulk rework of review findings...
# 🧩 Feature adopt comment api ## Description https://code.visualstudio.com/updates/v1_35#_comments-api https://github.com/microsoft/vscode-extension-samples/tree/main/comment-sample A clear and concise description of the feature
# 🧩 Feature Currently it is needed to go through the extension's review page but it would be nice when opening code to see the annotation either inline or marked...
# Situation Currently, there is just one model used throughout the whole extension: the `CsvEntry`. This model, however, is tightly coupled with the storage format. # Problem One model does...