Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeSage-AI-ReviewerNew to Visual Studio Code? Get it now.
CodeSage-AI-Reviewer

CodeSage-AI-Reviewer

Bhoopendra Singh Bhadauria

|
1 install
| (0) | Free
AI Code Reviewer using local LLM
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeSage 🧠

AI-Powered Code Review directly inside VS Code

CodeSage is a lightweight AI developer tool that analyzes your code and suggests improvements using a local AI model.

It integrates seamlessly into VS Code and allows developers to review and improve code instantly.


✨ Features

• AI Code Review inside VS Code • Right-Click code analysis • Command Palette integration • Local AI model support (Ollama) • Diff preview for suggested improvements


🚀 How It Works

CodeSage connects VS Code with a local AI model.

VS Code Extension ↓ Python CLI (smart-refactor) ↓ Local AI Model (Ollama / DeepSeek) ↓ AI Code Review Suggestions


🛠 Usage

Open any file in VS Code.

Method 1 — Command Palette

Press:

Ctrl + Shift + P

Run:

CodeSage: Review Code

Method 2 — Right Click

Right click inside the editor.

CodeSage: Review Code

AI will analyze the file and show suggestions in the Output panel.


📦 Requirements

• VS Code • Python • Ollama installed • Local AI model (DeepSeek / Code LLM)


🧪 Example

Before

def add(a,b):
    result=a+b
    return result

Suggested

def add(a, b):
    # This function adds two numbers
    result = a + b
    return result

🔮 Future Improvements

• Apply Fix Button • Inline AI suggestions • Multi-file code analysis • Explain code feature


👨‍💻 Author

Bhoopendra Singh Bhadauria


⭐ Support

If you like CodeSage, consider starring the repository.

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