Skip to content
| Marketplace
Sign in
Visual Studio>Tools>GitReviewVS
GitReviewVS

GitReviewVS

wieseknows

|
1 install
| (0) | Free
AI-powered code review for Visual Studio.
Download

GitReview for Visual Studio

GitReview brings AI-powered code reviews directly into Visual Studio. Analyze your Git diffs before committing or creating pull requests using top LLM providers, including OpenRouter, Google Gemini, and DeepSeek.

GitReview Tool Window in Visual Studio

Features

  • Instant AI Code Reviews: Get inline feedback, bug detection, and optimization suggestions right inside Visual Studio.
  • Multiple Providers: Seamlessly switch between OpenRouter, Google Gemini, and DeepSeek.
  • Custom Model Selection: Choose specific models (e.g., gemini-2.0-flash, deepseek-chat) directly from the extension UI.
  • Flexible Execution Modes:
    • AI Review: Full analysis displayed in the output window.
    • Prompt Only: Generates a formatted review prompt and copies it to your clipboard.
    • Raw Diff: Extracts clean Git diff patches.
  • Secure Settings Integration: Manage API keys safely via standard Visual Studio options.

Getting Started

Installation & Setup

  1. Install GitReview from the Visual Studio Marketplace.
  2. Open Visual Studio and go to Tools -> Options -> GitReview -> General.
  3. Enter your API key(s) for your preferred provider (OpenRouter, Gemini, or DeepSeek).
  4. Open any solution inside a Git repository.
  5. Open the tool window via View -> Other Windows -> GitReview.

Usage

  1. Open the GitReview tool window (View -> Other Windows -> GitReview).
  2. Select your desired Execution Mode (AI Review, Generate Prompt Only, or Raw Git Diff).
  3. Select your AI Provider and target Model.
  4. Click Run GitReview.

Configuration

You can pre-configure default environment variables globally on your machine:

Environment Variable Description
OPENROUTER_API_KEY API Key for OpenRouter
GEMINI_API_KEY API Key for Google Gemini
DEEPSEEK_API_KEY API Key for DeepSeek
GIT_REVIEW_PROVIDER Default AI provider (openrouter, gemini, or deepseek)

License

Distributed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft