Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CodePeel — AI Code ReviewsNew to Visual Studio Code? Get it now.
CodePeel — AI Code Reviews

CodePeel — AI Code Reviews

codepeel

| (0) | Free
AI-powered code reviews in your editor. Catch bugs, security vulnerabilities, and architecture issues before they merge. Custom rules, auto-fix, and full repo context.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodePeel AI Reviewer — VS Code Extension

Deep-context AI code reviews directly in your editor. Catch critical bugs, security vulnerabilities, and architectural flaws before they merge.

Features

🔍 One-Click Code Reviews

Review your working changes, staged changes, or branch diffs with a single click. CodePeel analyzes your code using full repository context and RAG-powered understanding.

📝 Inline Review Comments

Findings appear as native VS Code comments directly on the affected lines — just like a human reviewer. Each comment includes:

  • Severity badge (Critical / Major / Minor)
  • Clear explanation of the issue
  • Suggested fix with code block
  • One-click "Apply Fix" action

🌳 Native Sidebar

A professional TreeView sidebar that shows:

  • NEW REVIEW — Branch info, files to review, review button
  • REVIEWS — Live progress (Setting up → Analyzing → Reviewing), review summary
  • FILES — All reviewed files with per-file finding counts and expandable details

⚡ One-Click Fixes

Every fixable finding includes a code suggestion. Apply it instantly from:

  • The inline comment
  • The sidebar tree (right-click → Apply Fix)
  • The Problems panel (Quick Fix lightbulb)
  • "Fix all issues" bulk action

🛡️ Problems Panel Integration

All findings appear in VS Code's native Problems panel, grouped by file with proper severity mapping (Error/Warning/Info/Hint).

📊 Review Summary

A dedicated summary panel showing metrics, walkthrough, and all findings at a glance.

Getting Started

  1. Click the CodePeel icon in the Activity Bar
  2. Sign in with your CodePeel account
  3. Make some code changes
  4. Click "Review all changes"
  5. Review findings inline and apply fixes

Configuration

Setting Default Description
codepeel.reviewMode working Default review mode (working/staged/branch)
codepeel.targetBranch main Target branch for branch-diff reviews
codepeel.autoReviewOnSave false Auto-trigger review on file save
codepeel.autoReviewMode prompt How to handle review after commits
codepeel.showInlineComments true Show findings as inline comments
codepeel.showDiagnostics true Show findings in Problems panel
codepeel.region us Regional infrastructure (us/eu/ap)
codepeel.selfHostedUrl `` Self-hosted server URL

Keyboard Shortcuts

Shortcut Action
Ctrl+Shift+R Review all changes

Right-Click Menu

Select code and right-click for:

  • Explain Selection — Get an AI explanation
  • Fix Selection — Get fix suggestions
  • Refactor Selection — Get refactoring ideas
  • Generate Tests — Generate test cases
  • Review This File — Full file review

Architecture

The extension uses VS Code's native APIs for a professional, integrated experience:

  • TreeView API — Sidebar with collapsible sections, icons, badges
  • Comment API — Inline review comments with rich markdown
  • Diagnostics API — Problems panel integration
  • CodeAction API — Quick Fix lightbulb suggestions

Requirements

  • VS Code 1.85.0 or later
  • Git repository
  • CodePeel account (free tier available)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft