https://github.com/git-emoji/vscode-extension
Suggest context based emojis in VS Code
https://github.com/git-emoji/vscode-extension
emoji git git-emoji vscode vscode-extension
Last synced: 7 months ago
JSON representation
Suggest context based emojis in VS Code
- Host: GitHub
- URL: https://github.com/git-emoji/vscode-extension
- Owner: git-emoji
- License: mit
- Created: 2022-08-19T07:17:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:27:57.000Z (over 1 year ago)
- Last Synced: 2024-11-05T19:44:31.404Z (about 1 year ago)
- Topics: emoji, git, git-emoji, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=git-emoji.vscode-git-emoji
- Size: 1.16 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Git-Emoji Extension
Part of the [`git-emoji`][git-emoji] project and relying on its [emoji dataset][git-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.
1. Press Ctrl+Shift+P
1. Select the `Git-Emoji: Suggest` command
1. Write your commit message
1. Get emoji suggestions 🎁
[git-emoji]: https://github.com/git-emoji
[git-emoji-dataset]: https://github.com/git-emoji/dataset-js

## Inline suggestions in commit message input box
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:

## Inline suggestions in commit commit files
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:

## All emojis list
Just:
1. Press Ctrl+Shift+P
1. Select the `Git-Emoji: List Emojis` command
1. Search for your keyword or contextual data
1. Receive selected emojis 📋
## Changing the underlying dataset version
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][git-emoji-dataset].
## Thank you
Love to see your contributions! 🍏