vscode-code-review
vscode-code-review copied to clipboard
[feature] Shortcuts for triaging priority
🧩 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 be set manually. Having a shortcuts / keybindings for setting priority and saving would be helpful.
For example:
- User opens first code review note on the comment explorer.
- User presses e.g. CTRL-ALT-1. High-priority is set to the current note and it is saved.
- User opens next code review note and presses e.g. CTRL-ALT-3. Low-priority is set to the current note and it is saved.