Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PR comment generator (By Nagabhushan)New to Visual Studio Code? Get it now.
PR comment generator (By Nagabhushan)

PR comment generator (By Nagabhushan)

nagabhushan-adiga

|
1 install
| (0) | Free
Automatically generates descriptive paragraph-style commit messages based on staged changes in the VS Code SCM view.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PR comment generator (By Nagabhushan)

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. 1
gitPullRequestMsg.subjectTemplate Subject template; tokens: ${verb}, ${scope}, ${count}. ${verb} ${scope}
gitPullRequestMsg.enableBodySummary Append bullet summary of staged files. true
gitPullRequestMsg.summaryLineLimit Max bullet lines before collapsing into “…n more”. 5

Packaging

npm install
npm run lint
npm run package

The vsce package command produces a .vsix ready for sideloading. Use “Install from VSIX…” inside VS Code to try it out.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft