Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Changelog ManagerNew to Visual Studio Code? Get it now.
Changelog Manager

Changelog Manager

Preview

Carlo Cardella

|
1,117 installs
| (0) | Free
Manage the changelog for your application
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Changelog Manager 📝

Visual Studio Marketplace Version Visual Studio Marketplace Installs Visual Studio Marketplace Downloads Visual Studio Marketplace Rating GitHub issues GitHub license Twitter

This Visual Studio Code extension helps to build a changelog for your project, either in markdown or plain text files. The changelog format follows Keep a changelog.

For markdown files I suggest to enable quickSuggestions (disabled by default for markdown files):

// Configure settings to be overridden for [markdown] language.
"[markdown]":  {
  "editor.quickSuggestions": true
}

Commands

Initialize a new full changelog in the workspace or open folder root; if there is no folder open, prompt the user to ask for a folder where to store the new changelog file

  • Initialize full markdown ChangeLog
  • Initialize full plaintext ChangeLog

Allow to select the folder where to create the changelog

  • Initialize full markdown ChangeLog in folder...
  • Initialize full plaintext ChangeLog in folder...
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft