IDE Extension
GitPlus
VS Code extension for extended Git utilities
Overview
A lightweight extension that adds essential Git features missing from the default VS Code experience.
Features
- Edit commit messages — quickly edit messages for local commits
- Local commits only — shows only commits that haven't been pushed
- Undo support — restore original message if you make a mistake
- No confirmation needed — direct editing for faster workflow
- File history visualization
How to Use
- HEAD commit: Source Control title bar button or Command Palette
- Any local commit: Command Palette → "GitPlus: Edit Commit Message" → Select from list
Status
Active development