By Professor Raimal Raja | v3.1.1 | AI Powered tool
Automatically detects errors and warnings in your VS Code terminal and fixes them using CoderAI, powered by the Professor-Raimal model.
- ⚡ Auto-detects errors and warnings in your terminal output
- 🔍 Shows why the error happened in plain English
- 🛠️ Provides step-by-step fix instructions
- 💻 Generates corrected code you can apply with one click (Apply Fix to File)
- 📦 Detects missing packages and shows install command
- 🌐 Works with Python, JavaScript, TypeScript, Java, C++, C#, and more
- Run your code and get an error (or warning)
- A notification pops up: "Fix It Now" — click it
- The CoderAI panel opens beside your editor
- Get an instant AI-powered explanation and fix
- Click ⚡ Apply Fix to File to patch your code directly
Or click the CoderAI button in the status bar at any time.
CoderAI: Analyze Terminal— Analyze the current terminal output or paste an errorCoderAI: Fix This Error— Fix a specific error programmaticallyCoderAI: Set API Key— Save your CoderAI API key
| Setting | Default | Description |
|---|---|---|
coderAI.autoDetect |
true |
Auto-detect errors and warnings in terminal output |
coderAI.apiKey |
"" |
CoderAI API key, used to call the Professor-Raimal model |
- Open VS Code
- Press
Ctrl+Pand run:ext install RaimalRaja.coderai-auto-bug-fixer - Reload VS Code
# Download the latest .vsix from Releases
code --install-extension coderai-auto-bug-fixer-3.1.1.vsixBefore error: ✨ CoderAI
After error: ⚠ Error detected — Ask me ← click this
Patterns detected include (but are not limited to):
- Python:
TypeError,ValueError,SyntaxError,ImportError,ModuleNotFoundError,Traceback - JavaScript/Node:
Cannot find module,npm ERR!,npm WARN,UnhandledPromiseRejection,ReferenceError - Java:
java.lang.*Exception, stack traces - C/C++:
Segmentation fault,undefined reference - Warnings:
warning:,deprecated,DeprecationWarning - General:
Permission denied,command not found,failed to compile
- Internet connection required
MIT
Made with ❤️ by Professor Raimal Raja