#599 · Primary category: AI Coding Assistants
rubberduck-vscode
Use AI-powered code edits, explanations, code generation, error diagnosis, and chat in Visual Studio Code with the official OpenAI API.
Project last updated:05/07/24
GitHub Stars
630
Forks
85
Contributors
8
License
MIT
Why we included this project
Rubberduck puts OpenAI's models in the VS Code side bar, so you can ask for a new function, a refactor of the selected block, test cases, or an explanation of a confusing piece of code without switching windows. It also diagnoses compiler and linter errors with suggested fixes, and the chat remembers what you have selected in the editor, which keeps answers tied to the code in front of you. The custom conversation templates are a real plus: you can save your own reusable prompts and share them with teammates. It needs an OpenAI API key and runs entirely inside VS Code, so there is no separate service to host. For teams that already have a key and want a lightweight alternative to a heavier AI coding platform, this is a straightforward fit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.