mattbierner / vscode-emojisense

Emoji Autocomplete Plugin For VSCode
https://marketplace.visualstudio.com/items?itemName=bierner.emojisense
MIT License
121 stars 9 forks source link

Emoji suggestion does not show on start of string #24

Closed nopeless closed 2 years ago

nopeless commented 4 years ago

Typing ":" when the string starts doesn't show the emoji suggestion

example

let a ="";

if you type ':' inside those quotes, the extension won't suggest the emojis

mattbierner commented 4 years ago

This is by-design currently. Github also does not offer emoji suggestions in this case

We could either:

nopeless commented 2 years ago

I'll close this issue since I got used to typing space and colon now