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
- Type ":" and emoji name
- Open code completion
The name of emoji comes from "CLDR Short Name". All spaces are replaced with "_". You can also search emoji by its keywords.
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 😉
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)
Use the IDE's plugin manager to install the latest version of the plugin.
- JS/TS's Template Strings intend to not to work because IntelliJ does not know the cursor is located inside or
${}
or not
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.