Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiraji/emoji
Intellij plugin for supporting Emoji completion
https://github.com/shiraji/emoji
Last synced: 3 months ago
JSON representation
Intellij plugin for supporting Emoji completion
- Host: GitHub
- URL: https://github.com/shiraji/emoji
- Owner: shiraji
- License: apache-2.0
- Created: 2016-10-10T16:56:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T17:43:39.000Z (over 3 years ago)
- Last Synced: 2024-05-01T22:51:11.939Z (9 months ago)
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/9174
- Size: 3.55 MB
- Stars: 64
- Watchers: 3
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/shiraji/find-pull-request/blob/master/LICENSE)
[![Version](https://img.shields.io/jetbrains/plugin/v/12512-yet-another-emoji-support.svg)](https://plugins.jetbrains.com/plugin/9174-emoji-support-plugin)
[![Download](https://img.shields.io/jetbrains/plugin/d/12512-yet-another-emoji-support.svg)](https://plugins.jetbrains.com/plugin/9174-emoji-support-plugin)![icon](.idea/icon.png)
# Emoji Support Plugin
Intellij plugin for supporting auto-complete for Emoji. This plugin is useful for filling in Emoji for commit messages.
## How to use it?
1. Type ":" and emoji name
1. Open code completion![commit](website/images/commit.gif)
## Code Folding
This plugin provides code folding for emoji.
![code_folding](website/images/code_folding.gif)
## Supported inserting location
* IntelliJ Commit Message
The list of supported languages are:
* Markdown
See [#20](https://github.com/shiraji/emoji/issues/20) for other languages
## How to install
Use the IDE's plugin manager to install the latest version of the plugin.
## LICENSE
```
Copyright 2020 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.
```