Skip to content

jbevain/EmojiVS

Repository files navigation

EmojiVS

EmojiVS is a Visual Studio 2013 and 2015 extension to display GitHub emojis in the editor.

You can download EmojiVS on the Visual Studio Gallery or install it directly from the Visual Studio extension manager.

Note that the emojis are downloaded on first use, depending on your connection it might take some time to have all the emojis downloaded.

The extension recognizes the :name: form and displays it as an inline image.

The following is used to display the warning emoji:

// :warning: scary code

preview

You also get code completion using Visual Studio's Intellisense:

preview