A VS Code extension that brings AI-powered coding features directly into your editor.
📹 Demo: Coming Soon!
- Code Explanation - Understand complex code with AI explanations
- Bug Detection - Find potential issues automatically
- Code Generation - Create code from text descriptions
- Code Optimization - Get improvement suggestions
- Documentation Helper - Generate comments and docs
- Open VS Code Extensions (Ctrl+Shift+X)
- Search "AI Code Assistant"
- Click Install
- Get your OpenAI API key
- Add to VS Code settings:
`json
{
"aiCodeAssistant.apiKey": "your-key-here"
}