Autodev READMEAutoDev - AI Coding Assistant AutoDev is an AI-powered VS Code extension that turns your natural language prompts into real, runnable code. It helps you focus on what matters — your idea — and handles the boilerplate for you. ⚡ Generate, save, and optionally run code in multiple languages, all from a single command. ✨ Features 🧠 AI Plan + Code Generation: Describe what you want in plain English. AutoDev will plan it, generate the code, and ask for approval before saving or running it. 💾 Auto Save: Saves the code file with the correct extension based on the language. 🖥️ One-Click Run: Supports running generated code for selected languages like JavaScript, Python, etc. 📂 Project Friendly: Works with any open folder or workspace. 🌐 Supports Gemini API (via OpenRouter) or local models like Ollama. 🛠️ How to Use Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac). Run: AutoDev: generateCode. Enter your prompt (e.g., “Create a to-do list app in React”). Review the AI-generated plan. Approve to generate and save the code. (Optional) Choose to run the code. 📦 Installation Go to the VS Code Marketplace (or sideload during development). Search for Autodev. Click Install. |