EngincanV / markdown-emoji-vscode

Helps you easily add emojis into your files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown-emoji-snippets

markdown-emoji-snippets helps you easily add emojis into your file. You can use these emojis in JS, TS, Markdown, CSharp, PHP and Python (for now).

Usage

You can download the extension from πŸ‘‰ https://marketplace.visualstudio.com/items?itemName=EngincanV.markdown-emoji-snippets

Then, start typing ::<emoji-name> and add the emoji into your file. That's it!

Emojis
Name Display
smiling πŸ˜€
sad 😒
heart ❀️
cross-mark ❌
crossed-fingers 🀞
check-mark βœ…
four-leaf-clover πŸ€
vulcan πŸ––
fire πŸ”₯
rocket πŸš€
star ⭐
thumbsup πŸ‘
thumbsdown πŸ‘Ž
ok πŸ‘Œ
wave πŸ‘‹
eyes πŸ‘€
tada πŸŽ‰
confetti 🎊
sparkles ✨
pc πŸ’»
phone πŸ“±
idea πŸ’‘
hourglass ⏳
stopwatch ⏱
folder πŸ“
file πŸ“„
key πŸ”‘
lock πŸ”’
unlock πŸ”“
link πŸ”—
hint πŸ’‘
zoom-left πŸ”
zoom-right πŸ”Ž
pray πŸ™
point-left πŸ‘ˆ
point-right πŸ‘‰
writing ✍
reading πŸ“–
loop πŸ”

Additional Notes

Working with Markdown

By default, quick suggesstion is disabled for markdown files. So, to be able to use this extension in your markdown files, ensure you've enabled the quick sugesstions as below:

"[markdown]":  {
        "editor.quickSuggestions": true
    },

You can open your settings.json file and add the above code-block into the file.

Using in Comments

If you want to use emojis in comment lines, set the "editor.quickSuggestions.comments": true in your settings.json file.

Enjoy! πŸŽ‰

About

Helps you easily add emojis into your files.

License:MIT License