| 🧠 CodeOpt — AI Code Optimization for VS Code CodeOpt is a VS Code extension that integrates seamlessly with your editor to intelligently detect, optimize, and refactor your code using AI. It connects directly to the CodeOpt web platform , allowing users to log in, manage their subscription, and improve their code with just a few clicks. ✨ Features 🔐 Seamless Login Authenticate securely through your browser and connect your VS Code editor to your CodeOpt account. 🤖 AI-Powered Code Detection Detect inefficient or redundant code patterns using intelligent backend analysis. ⚙️ Smart Optimization Automatically optimize your selected code snippet with improved logic, structure, and maintainability. 📂 Environment File Generation Automatically generates or updates your project’s .env file based on optimization results. 👤 User Profile Integration View your account details and subscription plan directly from the extension. 🧩 How It Works Login: Run CodeOpt: Login from the Command Palette → authenticate via the website. Your token is securely stored locally in VS Code. Optimize Code: Select any portion of code in your editor → run CodeOpt: Optimize Code. The extension will send your code to the CodeOpt backend, perform AI analysis, and replace it with an optimized version. View Profile (optional): Run CodeOpt: View Profile to check your current login status and plan. ⚙️ Requirements VS Code version: 1.85.0 or higher Node.js: v16+ Internet connection (required to communicate with CodeOpt API) A CodeOpt account (sign up free at codeopt-ai.vercel.app) 🛠️ Extension Commands 
 ⚡ Backend API All requests are securely processed through: https://codeopt-nxjm.onrender.com/api This includes routes for authentication, AI optimization, and subscription usage tracking. 🧰 Extension Settings This extension currently does not introduce any custom VS Code settings. 🧠 Known Issues Optimization may take a few seconds depending on network speed. .env file updates require workspace folder access. Some complex code structures may return partial optimizations. 🧾 Release Notes 1.0.0 Initial release of CodeOpt extension. Added login, profile, and code optimization features. 🧩 Developer Notes Built using TypeScript and node-fetch. Compatible with both Windows and macOS. Fully integrated with the CodeOpt backend and authentication system. 📚 Learn More CodeOpt Web Platform https://codeopt-ai.vercel.app/ VS Code Extension API Docs https://code.visualstudio.com/api Extension Packaging Guide https://code.visualstudio.com/api/working-with-extensions/publishing-extension Enjoy optimizing your code with CodeOpt! 🚀 | 
