Your personal AI-powered code reviewer for Visual Studio Code. 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
Confidence Scoring: Each suggestion includes a confidence score to help you prioritize feedback
Dedicated Review Panel: Browse all feedback in an organized tree view, grouped by file
Quick Navigation: Jump directly to relevant code sections by clicking on feedback items
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.authKey: Your Review AI authentication key
reviewai.serverAddr: The Review AI API server address
Usage
Stage your changes using Git
Open the Review AI panel using:
Command Palette (Ctrl+Shift+P or Cmd+Shift+P): "Review: Open"
Or click the Review AI icon in the activity bar
Click the refresh button or run "Review: Update" to analyze staged changes
Review feedback in the panel or directly in your code
For more information about Review AI, visit review.ai