revu-vscode

⌨️ Commands and settings

The command-palette entries and keybinding revu contributes to VS Code.

📋 Commands

These are the commands revu contributes, all under the revu category.

CommandDescription
Add AnnotationAnnotate the current line or selection.
Copy to ClipboardCopy the prompt-led review Markdown to the clipboard.
Send to ChatSend the review to a chat client (Copilot or Claude Code).
Export as MarkdownOpen the review as a rendered Markdown preview.
Clear All AnnotationsRemove every annotation after a confirmation prompt.
Cycle View ModeToggle the sidebar between flat and grouped-by-file views.
Edit AnnotationEdit an existing annotation inline.
Edit Review PromptChoose a review prompt template (Code Review, Refactor, Explain, Custom).
Delete AnnotationDelete a single annotation.

The remaining contributed commands — Save Annotation and Cancel Edit — are surfaced inline while editing an annotation rather than from the command palette.

⌨️ Keybinding

ActionmacOSWindows / Linux
Add AnnotationCmd+Shift+NCtrl+Shift+N

The keybinding is active when the editor has text focus.

🔧 Settings

revu contributes no configuration settings. The review prompt is chosen through the Edit Review Prompt command and persisted to .revu.json in the workspace.

On this page