Skip to content

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

License

Notifications You must be signed in to change notification settings

carlocardella/vscode-ChangelogManager

Repository files navigation

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...

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published