Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiraji/yet-another-emoji-support
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
https://github.com/shiraji/yet-another-emoji-support
emoji intellij-plugin kotlin
Last synced: 2 months ago
JSON representation
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
- Host: GitHub
- URL: https://github.com/shiraji/yet-another-emoji-support
- Owner: shiraji
- License: apache-2.0
- Created: 2019-05-26T02:36:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:30:22.000Z (2 months ago)
- Last Synced: 2024-10-28T04:34:55.016Z (2 months ago)
- Topics: emoji, intellij-plugin, kotlin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/12512-yet-another-emoji-support
- Size: 544 KB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# π Yet another emoji support π
[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/shiraji/find-pull-request/blob/main/LICENSE)
[![Version](https://img.shields.io/jetbrains/plugin/v/12512-yet-another-emoji-support.svg)](https://plugins.jetbrains.com/plugin/12512-yet-another-emoji-support)
[![Download](https://img.shields.io/jetbrains/plugin/d/12512-yet-another-emoji-support.svg)](https://plugins.jetbrains.com/plugin/12512-yet-another-emoji-support)![icon](website/images/icon.png)
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](https://github.com/shiraji)) already released [emoji IntelliJ plugin](https://github.com/shiraji/emoji) before. And this is another way of supporting emoji insertion
## β How to use it β
1. Type ":" and emoji name
1. Open code completion![screenshot](website/images/emoji.gif)
## π 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 MessageThe list of supported languages are:
* Go
* Groovy
* Java
* JavaScript
* Kotlin
* PHP
* Properties
* Python
* Ruby
* Rust
* Scala
* TypeScript
* XML
* YAMLFeel 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 π
* Some emojis are not rendered like US flag πΊπΈ (See https://youtrack.jetbrains.com/issue/IDEA-166522)
* JS/TS's Template Strings intend to not work because IntelliJ does not know the cursor is located inside or `${}` or not## π LICENSE π
```
Copyright 2019 Yoshinori IsogaiLicensed 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 athttp://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.
```