Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>EmolejiNew to Visual Studio Code? Get it now.
Emoleji

Emoleji

AustinCheung

| (2) | Free
Commit with feelings, use actual emojis in commit messages (and text files).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Emoleji Icon

Emoleji

Commit with feelings!

A VS Code extension that help you type emojis in Git commit messages and text files. Type :tada: and see it turn into 🎉!

Features

  • Automatic Replacement in Commit Messages: Type emoji shortcodes (e.g., :rocket:, :fire:, :tada:) in Git commit messages and they'll automatically be replaced with the corresponding emoji
  • Emoji Autocomplete in Text Files: Get emoji suggestions as you type (by default only .md and plaintext is supported but can be configured)
  • Custom Mappings: Define your own custom shortcode-to-emoji mappings (or emoji combos? 🐛🐛🐛🔥🔥🔥) in the extension settings

Custom Emoji Mappings

Add your own custom emoji shortcodes in VS Code settings:

{
  "emoleji.customMappings": {
    "custom": "🎨",
    "myemoji": "🚀",
    "team": "👥"
  }
}

Emoji Autocomplete in Text Files

  • enableInFiles: Enable/disable emoji autocomplete in text files (default: true)
  • fileTypes: Array of language IDs where autocomplete is enabled (default: ["markdown", "plaintext"])
{
  "emoleji.enableInFiles": true,
  "emoleji.fileTypes": ["markdown", "plaintext", "javascript", "typescript", "python"]
}

Contributing

Found a bug or have a feature request? Please open an issue on our GitHub repository.

License

MIT

Release Notes

1.0.1

Initial release


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