Overview
The GitWhisper extension for Visual Studio Code brings AI-powered commit message generation directly into VS Code’s native Git interface. Generate meaningful, conventional commit messages without leaving your editor.Installation
Install from VS Code Marketplace
Click here to install the GitWhisper extension from the Visual Studio Code Marketplace
Alternative Installation Methods
-
From VS Code:
- Open VS Code
- Press
Ctrl+P(Windows/Linux) orCmd+P(Mac) - Type:
ext install gitwhisper.gitwhisper - Press Enter
-
From Extensions View:
- Open the Extensions view (
Ctrl+Shift+XorCmd+Shift+X) - Search for “GitWhisper”
- Click Install
- Open the Extensions view (
Features
- Native Git Integration: Generate commit messages directly within VS Code’s built-in Git interface
- AI-Powered Analysis: Automatically analyzes your staged changes to create meaningful commit messages
- Conventional Commits: Follows the conventional commit format with emojis
- Seamless Workflow: No need to switch to the terminal
Usage
Once installed, the extension integrates with VS Code’s Source Control panel:- Stage your changes in the Source Control view
- Use the GitWhisper command to generate a commit message
- Review and edit the generated message if needed
- Commit your changes