Part of the git-emoji
project and relying on its emoji dataset, this simple extension helps you with using emojis in VS Code environment. Just do these 3 steps to get emoji suggestions matching with the context of your contribution.
- Press Ctrl+Shift+P
- Select the
Git-Emoji: Suggest
command - Write your commit message
- Get emoji suggestions 🎁
For VS Code v1.78.0 (or newer), the extension also suggests you emojis when you type in your commit message in the VS Code's source control side bar. As in the screen capture below, you can then hover over the blue squiggly line and click on Quick Fix... (or simply use the Ctrl+. keyboard shortcut) to see the suggestions:
You can also get emoji suggestions when you type in your commit message in git commit files. As in the screen capture below, you can then hover over the blue squiggly line and click on Quick Fix... (or simply use the Ctrl+. keyboard shortcut) to see the suggestions:
Just:
- Press Ctrl+Shift+P
- Select the
Git-Emoji: List Emojis
command - Search for your keyword or contextual data
- Receive selected emojis 📋
You can tell the extension which contextual dataset version to use. For this, you need to go the settings and find the "Contextual data version" configuration property. Learn more about the dataset versions at the dataset's docs.
Love to see your contributions! 🍏