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

Improve Intellisense #3

Open mattjohnsonpint opened 9 years ago

mattjohnsonpint commented 9 years ago

When Intellisense works (see #2), it's still not quite what I expect.

I have to type at least // : and press ctrl-space to see the dropdown.

It would be much nicer if the dropdown showed up as soon as I enter a : (as long as I'm in a comment).

jbevain commented 9 years ago

Yeah I made it this way because currently we do not detect that we're in a comment, and we even allow emojis outside of comments. That needs to be fixed first. Otherwise you're going to get prompted whenever you use a C# ternary expression :)