EmojiVS icon indicating copy to clipboard operation
EmojiVS copied to clipboard

Improve Intellisense

Open mattjohnsonpint opened this issue 9 years ago • 1 comments

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).

mattjohnsonpint avatar Jul 31 '15 20:07 mattjohnsonpint

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 :)

jbevain avatar Aug 01 '15 08:08 jbevain