yet-another-emoji-support

Introduction: This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
More: Author   ReportBugs   OfficialWebsite   
Tags:

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.
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools