You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be it that I'm in markdown quite a bit during the day, and do love to utilize :emojisense: therein, I'd love to see an option be introduced that would limit snippets from firing (and even Intellisense from showing) unless two colons (::) are typed first, not just one, as is the default behavior.
Love this extension! Thanks a ton!
The text was updated successfully, but these errors were encountered:
jmssmth
changed the title
Option to limit expansion to two colons ::
Option to *restrict* expansion to two colons ::
Mar 12, 2019
In a similar vein, I think it would be nice to be able to swap the default behavior so that :: triggers unicode completions and : triggers markup completions. I'm not sure of the best way to make a configuration that works for both use cases, but maybe could be something like this?
{"emojisense.unicodeCompletionsEnabled": "doubleColon",// `true` and `false` keep their current behavior"emojisense.markupCompletionsEnabled": "singleColon",}
The only thing I'm not sure of is what the behavior would be if both configurations were set to the same thing. Maybe it would mean that markup and unicode completions would just be shown together inline? Probably not a common case but maybe some people would want that as well, idk.
Be it that I'm in markdown quite a bit during the day, and do love to utilize
:emojisense:
therein, I'd love to see an option be introduced that would limit snippets from firing (and even Intellisense from showing) unless two colons (::) are typed first, not just one, as is the default behavior.Love this extension! Thanks a ton!
The text was updated successfully, but these errors were encountered: