This VS Code extension keeps your Source Control message box pre-filled with a descriptive, paragraph-style commit message. As soon as you stage a file, it reads the staged diff and composes a comprehensive summary with detailed analysis—no commands or button clicks required.
Features
Watches every Git repository opened in VS Code.
Generates commit subjects using a configurable template (default ${verb} ${scope}).
Adds a short bullet summary of staged files (can be disabled).
Skips auto-fill whenever you have already typed a message.
Configuration
Setting
Description
Default
gitPullRequestMsg.autoFillEnabled
Master on/off switch.
true
gitPullRequestMsg.minimumChangeCount
Minimum staged files before the extension writes anything.