Back to tutorials
Documentation

Getting Started with CodeReviewPro

Prerequisites

  • VS Code 1.60.0 or higher
  • Python 3.8 or higher

Backend setup

# Navigate to the backend directory
cd backend

# Install Python dependencies
pip install -r requirements.txt

# Start the backend server
python server.py
# Server will start on http://localhost:5000

Usage

Basic scan

# Scan the current workspace
Ctrl+Shift+P → "CodeReviewPro: Scan Current Workspace"

Export functionality

You can export reports to various formats including Excel, PDF, and HTML.

# Run the export command
Ctrl+Shift+P → "CodeReviewPro: Export Report"
# Select format and save location

Key features

  • AI-powered analysis: integrates with OpenAI, Gemini, and Claude.
  • Security scanning: detects OWASP vulnerabilities.
  • Rich reports: interactive HTML reports with severity filters.

Need a hand?

We'll deploy it with you