jbevain / EmojiVS

GitHub emojis in Visual Studio
https://visualstudiogallery.msdn.microsoft.com/88575465-8486-4c5a-8406-05e8d1d5b09d
MIT License
90 stars 13 forks source link

Unexpected insertion in style element #17

Open noopole opened 8 years ago

noopole commented 8 years ago

In a <style> node, when I type ": " ([colon] and then [space]), I get the :+1: icon displayed. :disappointed:

FireSBurnsmuP commented 8 years ago

Second that; it also occurs in CSS files. It hasn't ever happened to me unexpectedly in .cs, .cshtml (except in <style> nodes), or .js files, so I think those are okay.

It seems like the scope of the snippets just isn't being set properly in CSS.

It's a cool plugin, though; it'd be a shame if I had to disable it just because of this.

FireSBurnsmuP commented 7 years ago

Coming back to ping on this, since I'm still seeing this problem, despite the merge of a commit for #4 on April 7, 2016. Also: I am still getting it in the .css files, as well as in any html attribute in both .aspx, and .cshtml, not just in <style> nodes.

I'm going to have to disable this plugin again at work, since I'm working with web so much.