Commit Generator for VS Code
Generate standardized commit messages for your team with ease.
Features
- 🐛 fix - Bug fixes
- ✨ feat - New features
- 🔧 chore - Maintenance tasks
- 📚 docs - Documentation
- ♻️ refactor - Code refactoring
- ✅ test - Testing
- 🎨 style - Code style
- ⚡ perf - Performance improvements
Usage
- Press
Ctrl+Shift+P
- Select commit type
- Enter task/ticket number (optional)
- Enter commit title
- Enter detailed description (optional)
- Copy or edit the generated commit message
Output Example
fix(TASK-12345): Fix login error returning 500
Adds email validation
Improves error message handling
Requirements
- VS Code 1.115.0 or higher
Enjoy! 🚀
| |