A VSCode extension to fix code errors using multiple AI providers (Gemini, OpenAI) via right-click context menu. Supports all programming languages, optimized for C# and TypeScript.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A powerful VSCode extension that allows you to fix code errors using multiple AI providers (Google Gemini, OpenAI, Blackbox, and Perplexity) through a right-click context menu and inline quick fixes. Supports all programming languages with optimized prompts.
Features
Multi-AI Support: Choose between Google Gemini, OpenAI, Blackbox, and Perplexity models.
Universal Language Support: Works with any programming language detected by VSCode.
Flexible Fixing: Fix selected code or the entire file at once.
Context Menu Integration: Right-click anywhere in the editor to access AI-powered fixes.
Inline Quick Fixes: Hover over error squiggles and use the lightbulb icon for instant suggestions.
No API Key? No Problem!: Provides a basic, default fix even without an API key.
Secure API Handling: Store your API keys securely in VSCode settings.
This extension uses AI models to fix code. The suggestions provided may not always be perfect or optimal. Always review the suggested code changes before applying them to your project. The AI models are stateless and do not store your code or API keys.