All Projects → shiraji → yet-another-emoji-support

shiraji / yet-another-emoji-support

Licence: Apache-2.0 license
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
rust
11053 projects
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
groovy
2714 projects

Projects that are alternatives of or similar to yet-another-emoji-support

gitmoji-plugin
Choose the right emoji emoticon for git commit, make git log commit more interesting.
Stars: ✭ 110 (+266.67%)
Mutual labels:  emoji, intellij-plugin
gitmoji-intellij-plugin
Intellij plugin for add a button on the commit dialog to add gitmoji
Stars: ✭ 35 (+16.67%)
Mutual labels:  emoji, intellij-plugin
SEntiMoji
data, code, pre-trained models and experiment results for "SEntiMoji: An Emoji-Powered Learning Approach for Sentiment Analysis in Software Engineering"
Stars: ✭ 27 (-10%)
Mutual labels:  emoji
reactions
❤ A Flarum extension that adds reactions to your Flarum Community!
Stars: ✭ 17 (-43.33%)
Mutual labels:  emoji
remove emoji
2021 Ruby Remove Emoji 😈🈲😱 for Ruby 2.x ~ 3.0 / Rails 4、5.x、6.x
Stars: ✭ 54 (+80%)
Mutual labels:  emoji
discord-emoji
[Library/Deno] A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Stars: ✭ 37 (+23.33%)
Mutual labels:  emoji
emoji
❤️ List of emojis
Stars: ✭ 151 (+403.33%)
Mutual labels:  emoji
text2emoji
Predict an emoji that is associated with a text
Stars: ✭ 30 (+0%)
Mutual labels:  emoji
go-orm-code-helper
🔥🔥🔥go-orm-code-helper is a goland plugin, it aims to make gorm code getting more simple
Stars: ✭ 22 (-26.67%)
Mutual labels:  intellij-plugin
morsemoji
Translate text to morse code, but the morse code is emojis
Stars: ✭ 48 (+60%)
Mutual labels:  emoji
EmojIDE
Programming in Discord emojis. Second place for the ProgrammerHumor Hackathon
Stars: ✭ 30 (+0%)
Mutual labels:  emoji
discord-reaction-role-bot
A Discord bot that allows users to self-assign roles using reactions.
Stars: ✭ 110 (+266.67%)
Mutual labels:  emoji
country-emoji
Converts between country names, ISO 3166-1 codes and flag emojis.
Stars: ✭ 81 (+170%)
Mutual labels:  emoji
moonmoji
🌛 Return an emoji representing the current moon phase.
Stars: ✭ 86 (+186.67%)
Mutual labels:  emoji
emojify-service
Convert your boring texts to nice emoji filled text on macOS!
Stars: ✭ 20 (-33.33%)
Mutual labels:  emoji
emojifs
emojifs is a FUSE filesystem that allows you to manipulate custom emojis on your various Slacks and Discords
Stars: ✭ 30 (+0%)
Mutual labels:  emoji
country-flags
A small package to convert a country code to the corresponding country flag emoji
Stars: ✭ 27 (-10%)
Mutual labels:  emoji
EmojiType
The writing helps to express as emoji. It was created to create short, funny scripts
Stars: ✭ 12 (-60%)
Mutual labels:  emoji
EmojiBuilder
Construct (or destruct) emoji from layered SVGs
Stars: ✭ 13 (-56.67%)
Mutual labels:  emoji
vim-emoji-icon-theme
Emoji/Unicode Icons Theme for Vim and Neovim with support for 40+ plugins and 380+ filetypes 🎨🖤💙💛
Stars: ✭ 77 (+156.67%)
Mutual labels:  emoji

🚀 Yet another emoji support 😎

Software License CircleCI codecov Version Download

icon

This is the IntelliJ plugin that supports inserting emoji in editor using content assist.

The reason it named "Yet another" is the fact that I (@shiraji) already released emoji IntelliJ plugin before. And this is another way of supporting emoji insertion

How to use it

  1. Type ":" and emoji name
  2. Open code completion

screenshot

📛 Name of emoji 📛

The name of emoji comes from "CLDR Short Name". All spaces are replaced with "_". You can also search emoji by its keywords.

🌍 Supported inserting 🌎 location 🌏

The emoji content assist is limited to show following location:

  • Comments (Any languages)
  • String (Some languages)
  • IntelliJ Commit Message

The list of supported languages are:

  • Go
  • Groovy
  • Java
  • JavaScript
  • Kotlin
  • PHP
  • Properties
  • Python
  • Ruby
  • Rust
  • Scala
  • TypeScript
  • XML
  • YAML

Feel free to send PR if you want to support other languages 😉

😀 Supported emoji 🏴

The supported emoji is between 😀 (U+1F600) to 🏴󠁧󠁢󠁷󠁬󠁳󠁿 (U+1F3F4 U+E0067 U+E0062 U+E0077 U+E006C U+E0073 U+E007F) (See https://unicode.org/emoji/charts/full-emoji-list.html)

👩‍🔧 How to install 👨‍🔧

Use the IDE's plugin manager to install the latest version of the plugin.

🙈 Known Issue 🙉

📄 LICENSE 📃

Copyright 2019 Yoshinori Isogai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].