Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>markdown-emoji-snippetsNew to Visual Studio Code? Get it now.
markdown-emoji-snippets

markdown-emoji-snippets

EngincanV

|
286 installs
| (1) | Free
Helps you easily add emojis into your file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown-emoji README

markdown-emoji 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 👉 //TODO: extension marketplace url!!!

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

You can see the emoji list, by expanding the Emojis section.

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! 🎉

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft