Your essential AI coding companion and resident expert. Review.ai analyzes your staged changes and provides intelligent feedback directly in your editor.
Features
Automated Code Review: Analyzes your staged Git changes and provides detailed feedback
Inline Comments: View feedback directly in your code through VS Code's commenting system
Interactive Feedback: Provide feedback on suggestions to help improve future reviews
Requirements
Visual Studio Code 1.82.0 or higher
Git installed and initialized in your workspace
Active review.ai account and authentication key. Reach out to support@review.ai to get early access.
Extension Settings
This extension contributes the following settings:
reviewai.serverAddr: The review.ai API server address
reviewai.confirmNewReview: Whether to show a confirmation dialog before starting a new review when there's existing feedback (default: true)
Commands
The extension provides the following commands:
Review: Review Staged Changes (reviewai.reviewStaged): Start a review of your staged Git changes
Review: Show Comments (reviewai.showComments): Open the comments panel to view all review feedback
Review: Clear Review (reviewai.clearReview): Clear the current review feedback
Review: Show SCM View (reviewai.showSCMView): Open the review.ai SCM panel
Usage
Stage your changes using Git
Open the review.ai SCM panel by:
Clicking the review.ai icon in the activity bar
Or using the command palette (Ctrl+Shift+P or Cmd+Shift+P): "Review: Show SCM View"
Click "Review Staged Changes" to analyze your code
Review feedback in the comments panel or directly in your code
Interact with feedback by:
Marking suggestions as actionable, skip, or invalid
Providing detailed feedback to help improve future reviews
Clicking the thanks button to show appreciation for helpful suggestions
For more information about review.ai, visit review.ai