shiraji / yet-another-emoji-support

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

Home Page:https://plugins.jetbrains.com/plugin/12512-yet-another-emoji-support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ 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.

About

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

https://plugins.jetbrains.com/plugin/12512-yet-another-emoji-support

License:Apache License 2.0


Languages

Language:Kotlin 96.9%Language:Java 0.5%Language:Rust 0.5%Language:Go 0.5%Language:JavaScript 0.3%Language:Groovy 0.2%Language:Scala 0.2%Language:PHP 0.2%Language:Python 0.2%Language:Ruby 0.2%Language:CSS 0.1%Language:Hack 0.0%