Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>OutBugsNew to Visual Studio Code? Get it now.
OutBugs

OutBugs

Deployers

|
8 installs
| (0) | Free
AI-powered code review extension using Google's Gemini API
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Code Reviewer

AI-powered code review extension using Google's Gemini API.

Features

  • Get AI-powered code reviews for selected code or entire files
  • Supports multiple programming languages
  • Results displayed in easy-to-read markdown format
  • Multiple access methods:
    • Status bar quick action
    • Right-click context menu
    • Command palette
  • Configurable timeout and API endpoint

Requirements

  • Node.js server running locally (or hosted)
  • Google Gemini API key

Installation

  1. Install the extension from VS Code Marketplace
  2. Configure your API endpoint in settings
  3. Start reviewing code!

Usage

Methods:

  1. Status Bar:

    • Click the "Review Code" icon in the status bar
  2. Context Menu:

    • Right-click in editor:
      • "Review Selected Code" (when text is selected)
      • "Review Entire File"
  3. Command Palette (Ctrl+Shift+P):

    • "Review Selected Code"
    • "Review Entire File"

Configuration

{
  "codeReviewer.apiUrl": "http://your-server/ai/getreview",
  "codeReviewer.showStatusBar": true,
  "codeReviewer.timeout": 30000
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft