idleberg / vscode-emoji-code

Snippets to insert escaped Emoji code into HTML, CSS, JavaScript, Python and Ruby
https://marketplace.visualstudio.com/items?itemName=idleberg.emoji-code
MIT License
26 stars 4 forks source link

Choice to insert raw emoji #3

Closed kamranayub closed 6 years ago

kamranayub commented 6 years ago

This is a great extension! There are some cases where it makes sense to allow inserting the raw Emoji character (Markdown, in a raw string, etc.) so this just adds that ability via snippet choice syntax.

The workflow still works well; users can just press enter quickly to insert the escaped version by default, or press down and enter to choose the raw version.

gif

kamranayub commented 6 years ago

@idleberg was there a reason this was closed? Anything I can change to make it mergeable?

idleberg commented 6 years ago

There already is Markdown support in v0.4.0

kamranayub commented 6 years ago

I saw that but actually the reason I did it this way was because I was recording videos and needed a quick way to insert the raw emojis into log messages I was writing. This would work for any language, not just Markdown (I was doing C#).