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