How turn on Emojis in 2017.1 ?

Answered
0
6 comments

What do you mean by "turn on"? What OS do you use?

0
Avatar
Permanently deleted user

Windows 7

Such comment in Java class dont works:

// :)

0

IDEA only supports Emoji Unicode characters (https://en.wikipedia.org/wiki/Emoji), not common abbreviations for emoji.

0
Avatar
Permanently deleted user

Thx, it works.

0
Avatar
Permanently deleted user

How to turn them off in code?? 

0

You cannot turn them off - IDE just renders Unicode characters present in the file. You can probably replace them by escape sequences accepted by your programming language.

0

Please sign in to leave a comment.