Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Gitmoji snippetsNew to Visual Studio Code? Get it now.
Gitmoji snippets

Gitmoji snippets

Thierry Michel

|
4,034 installs
| (1) | Free
Easy-to-use emojis for your commit messages
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

"gitmoji" snippets package for Visual Studio Code

Inspired by gitmoji

This extension helps you to add emoji on your commit messages. Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used.

demo

Getting started (MacOS)

  1. Set up VS Code to run from the terminal

  2. Make VS Code your default editor for Git

    Put this in your .gitconfig file :

    [core]
      editor = code -w
    
  3. Install the extension

  4. Commit something and start typing gm for emoji (see all prefixes here)

  5. Enjoy!

Frequently asked question

  • Why using Visual Studio Code for commit messages?
    • Why not! 🙃

Credits: Carlos Cuesta

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