Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Conventional SnippetsNew to Visual Studio Code? Get it now.
Conventional Snippets

Conventional Snippets

Bruno Davi

|
488 installs
| (0) | Free
Simple snippets for conventional commits
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Conventional Snippets

Simple snippets for conventional commits


Version Installs Ratings

Snippets

Snippet Description
feat→ Commits, that adds a new feature
fix→ Commits, that fixes a bug
refactor→ Commits, that rewrite/restructure your code, however does not change any behavior
perf→ Commits are special refactor commits, that improve performance
style→ Commits, that do not affect the meaning (white-space, formatting, missing semicolons, etc.)
test→ Commits, that add missing tests or correcting existing tests
docs→ Commits, that affect documentation only
build→ Commits, that affect build components like build tool, ci pipeline, dependencies, project version
ops→ Commits, that affect operational components like infrastructure, deployment, backup, recovery
chore→ Miscellaneous commits e.g. modifying .gitignore
ci→ Commits, which change configuration scripts
revert→ Commits, that undo changes in commits

Change Logs

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