snippet-generator

Made by Pawel Grzybek | Buy me a coffee | Source code on GitHub

To declare a placeholder (ctrl + i): ${1:example} | More info

"Conventional Commits": {
  "prefix": "commit2",
  "body": [
    "${1|build,ci,docs,feat,fix,perf,refactor,revert,style,test|}${2:scope (optional)}: ${3:description}",
    "",
    "${4:body (optional)}",
    "",
    "Refs #${5:ticket number}"
  ],
  "description": "Conventional Commits"
}