CodeLixer is a real-time AI-powered code autocorrect extension for Visual Studio Code. It detects typos and syntax errors as you type and automatically fixes them using advanced AI models.
🚀 Features
✅ Detects typos and syntax errors in real time
⚡ Automatically replaces the incorrect line with a corrected version
🤖 Powered by OpenRouter (OpenAI/GPT)
🌐 Backend-proxy architecture for secure key handling
💻 Supports multiple programming languages
🔧 Requirements
A running backend proxy server with OpenRouter or OpenAI API integration
Internet connection
VS Code 1.85.0 or higher
⚙️ Extension Settings
Currently, CodeLixer does not require user configuration.
Future versions may include:
codelixer.enable: Enable/disable CodeLixer
codelixer.languageSupport: Define languages for correction
🐛 Known Issues
Only corrects one line at a time
Not optimized for multi-line errors or large files