Neo Bug Forge — VS Code Extension
Instantly fix code bugs using AI. Select broken code, press Ctrl+Shift+F, paste the error — done.
Installation
- Open VS Code
- Go to the Extensions tab (
Ctrl+Shift+X)
- Search for "Neo Bug Forge"
- Click Install
Setup
- Go to neobugforge.io and get your free API key (
nbf_...)
- Open VS Code Command Palette:
Ctrl+Shift+P
- Run: Neo Bug Forge: Set API Key
- Paste your key — stored securely in VS Code's SecretStorage, never in plaintext
Usage
Method 1: Keyboard Shortcut (fastest)
- Select broken code in any editor
- Press
Ctrl+Shift+F (Windows/Linux) or Cmd+Shift+F (Mac)
- Enter the error message
- Fix appears instantly
- Select broken code
- Right-click → Neo Bug Forge: Fix Selected Code
- Enter error message → fix appears
Method 3: Open Panel manually
- Command Palette → Neo Bug Forge: Open Panel
- Paste code and error message
- Click ⚡ Fix My Bug
What you get back
Every fix includes:
| Field |
Description |
| ✅ Fixed code |
Clean, corrected version of your code |
| 🧠 Explanation |
Plain-English description of what was wrong |
| 📊 Confidence score |
How certain the AI is (0–100%) |
| 🏷 Root cause |
Category of bug (null reference, type mismatch, etc.) |
| 🔀 Diff |
Red/green unified diff showing exactly what changed |
| 🧪 Test case |
Unit test that would have caught the bug |
Supported Languages
Python · JavaScript · TypeScript · Java · Rust · Go · C++ · and more (auto-detect)
Beta Offer 🎁
First 50 reviewers get lifetime Pro free.
Leave a review on the marketplace and email hello@neobugforge.io with your username to claim it.
Pricing
Get your API key at neobugforge.io:
| Plan |
Fixes/month |
Price |
| Free |
100 |
$0 |
| Pro |
500 |
$12/mo |
| Team |
Unlimited (fair use) |
$49/user/mo |
Security
- Your API key is stored in VS Code's SecretStorage — never written to disk in plaintext
- Your code is transmitted over HTTPS and never used to train AI models
- See our Privacy Policy
Links
License
MIT © 2026 Neo Bug Forge
| |