Auto-Debug
AI-powered automatic bug detection and fixing that catches issues as you type and learns from your codebase.
Key Features
Real-time Detection
Catches bugs as you type, before you even save
AI-Powered Fixes
Context-aware suggestions based on your specific codebase
One-Click Apply
Apply fixes instantly with a single click
Pattern Learning
System learns from successful fixes to improve over time
Risk Assessment
Understand the impact of each fix (Low/Medium/High)
Confidence Scoring
See AI certainty for each suggestion (0-100%)
Getting Started
1. Enable Auto-Debug
Open the Command Palette and run the Enable Auto-Debug command.
2. Watch for Suggestions
As you code, Auto-Debug will highlight potential issues with red underlines. Hover to see the AI's suggested fix and confidence level.
3. Apply Fixes
Click Apply Fix or use the quick-fix shortcut to apply the suggested fix instantly.
Configuration
In Settings you can enable or disable Auto-Debug, choose severity levels (error and warning), set a minimum confidence threshold, and choose the maximum risk level for auto-applying fixes. You can also turn on autonomous fixing if you prefer.