Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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.
```