How to add Emoji in code?

前端 未结 4 508
一向
一向 2021-02-01 02:14

In Xcode, I\'ve previously gone to Editor > Emoji & Symbols, found some Emoji, double clicked it and had it appear in my code where the cursor is.

I\'m trying to do

相关标签:
4条回答
  • 2021-02-01 02:21

    For adding any emoji in VSCode, follow the steps:

    1 Install the extension "Emoji" in vs code.

    1. Whenever you need to add an emoji or any symbol in the code, run the Command Palette and search for "Emoji".

    2. A list of emojis will show up. Select your required emoji.

    0 讨论(0)
  • 2021-02-01 02:35

    Open Xcode -> Edit Menu -> Choose

    Then Emoji appears , Here is snapshot :

    Note : - Xcode 7.2.1

    Hope it Helps. Thanks

    0 讨论(0)
  • 2021-02-01 02:38

    While using Windows in Atom use Windows + ; for the emojis options.

    0 讨论(0)
  • 2021-02-01 02:40

    This solution is for Mac OS (Mavericks and up) and not only Xcode:

    Cmd+Ctrl+Space

    Will bring this menu, where you can simply click on the one you want:

    0 讨论(0)
提交回复
热议问题