Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for inserting emojis everywhere #14

Closed
vladfrangu opened this issue Aug 7, 2017 · 17 comments
Closed

Add support for inserting emojis everywhere #14

vladfrangu opened this issue Aug 7, 2017 · 17 comments

Comments

@vladfrangu
Copy link

This might sound weird, but why not allow insertion of emojis everywhere?

I would find it useful, and probably others would too

@shiraji
Copy link
Owner

shiraji commented Aug 8, 2017

Where do you want to insert emojis? Intellij already support adding emoji to comment and string literal.

I mean if the plugin should support inserting those emoji somehow I would definitely implement them.

@vladfrangu
Copy link
Author

IntelliJ supports inserting emojis? How? I haven't figured out how to do it yet, I probably should look real quick.

@shiraji
Copy link
Owner

shiraji commented Aug 8, 2017

@vladfrangu
Copy link
Author

Right, but thats just rendering.. I mean inserting them in things like strings

@shiraji
Copy link
Owner

shiraji commented Aug 8, 2017

I don't understand what you mean...maybe because I'm using Japanese IME. Things like this can easily happens to me

2017-08-09 0 40 48

@vladfrangu
Copy link
Author

So, lets say I want to write a string and end it with an emoji, 😃 for example. I'd love to be able to type :smi, choose the emoji and it going in the string

@shiraji
Copy link
Owner

shiraji commented Aug 8, 2017

At this point, you want to insert or get suggestion for 😄

2017-08-09 0 47 20

@vladfrangu
Copy link
Author

This is what I'm thinking off, but I don't know if its doable
image

@parthsharma1996
Copy link

Are there any plans for implementation of this? I would love this functionality!

@shiraji
Copy link
Owner

shiraji commented Mar 4, 2019

I'm not quite sure what you guys want at this moment. Where do you want to put this functionality? @parthsharma1996

@parthsharma1996
Copy link

We want to be able to type : anywhere in the editor and insert emojis there, not just in the git commit window

@shiraji
Copy link
Owner

shiraji commented Mar 5, 2019

Are you talking about inside the code as well? Because some language (e.g. ruby, kotlin, Swift) use : as a syntax, I don't think that is good idea for developers.

@parthsharma1996
Copy link

parthsharma1996 commented Mar 5, 2019

@shiraji Well maybe you could only allow emoji suggestion to appear in auto completion within strings?

Even without that maybe you could give the option to allow it everywhere which users can check or uncheck based on their preference (e.g. I would keep it on, because I write emojis in the strings a lot)

Can you see the behaviour of https://marketplace.visualstudio.com/items?itemName=bierner.emojisense ? It allows you to use emojis in the editor

@shiraji
Copy link
Owner

shiraji commented Mar 6, 2019

Can you type cmd+ctrl+space to insert emoji in MacOS? (I'm not sure for Ubuntu. see https://youtrack.jetbrains.com/issue/IDEA-192107 )


I mean I understand what you guys want. You guys want to insert emoji (unicode) if the text starts from : in everywhere

Here is the list.
https://unicode.org/emoji/charts/full-emoji-list.html

If you guys really really want, I can create other plugins that use this list to insert emoji everywhere.

@parthsharma1996
Copy link

If you guys really really want, I can create other plugins that use this list to insert emoji everywhere.

@shiraji Please do!

@shiraji
Copy link
Owner

shiraji commented May 26, 2019

Now, I'm starting creating new plugin. Here is the gif

emoji

@shiraji
Copy link
Owner

shiraji commented Jun 6, 2019

Hey guys

Today JetBrains approved my new plugin called "Yet another emoji support" plugin.

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

This is whole new plugin that inserts emoji in editor. In case you are interested to use that, please uninstall this emoji support plugin and then install new one. Otherwise, I'm not sure what happen to your IDE.

So, I'm going to close this issue since this "emoji support" plugin won't implement this feature. Please use "Yet another emoji support" plugin.

Thanks!

P.S. I'm not going to stop maintain this "emoji support" plugin.

@shiraji shiraji closed this as completed Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants