CommentWizard is a VS Code extension that uses Google Gemini AI to generate beginner-friendly comments for your code automatically.
Features
- Select any code snippet
- Run
CommentWizard: Generate Comment
- Instantly get a well-written, language-appropriate comment inserted above your code
How to Use
- Select some code in the editor
- Open Command Palette (
Ctrl+Shift+P or Cmd+Shift+P )
- Run CommentWizard: Generate Comment
- A comment is automatically added above the selected code
Requirements
- A valid Gemini API Key
(Set it in VS Code Settings → Extensions → CommentWizard → Gemini API Key)
Extension Settings
This extension contributes the following setting:
commentwizard.geminiApiKey : Your Google Gemini API key.
Known Issues
- Only works on selected text (not whole file yet)
Release Notes
1.0.0
- Initial release of CommentWizard 🎉
Enjoy using CommentWizard!
| |