vscode-code-review icon indicating copy to clipboard operation
vscode-code-review copied to clipboard

[feature] Shortcuts for triaging priority

Open mintpu opened this issue 9 months ago • 1 comments

🧩 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:

  1. User opens first code review note on the comment explorer.
  2. User presses e.g. CTRL-ALT-1. High-priority is set to the current note and it is saved.
  3. 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.

mintpu avatar May 27 '24 16:05 mintpu