mattbierner / vscode-emojisense

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

Display emoji suggestion when deleting characters after empty search #8

Closed emilioidk closed 6 years ago

emilioidk commented 6 years ago

Extension version: 0.4.0 Problem: I have noticed that when I start typing the list of suggestions changes to show suggestions for the currently inputted string. If I delete a character, the list gets refreshed. So far so good. 1

The problem arises when a partial substring doesn't return any suggestion. In that case the suggestions box disappears which makes sense, but if I delete characters from that string, shouldn't the extension recalculate whether there are any emojis to suggest? 2

mattbierner commented 6 years ago

This is an upstream bug on VS Code: https://github.com/Microsoft/vscode/issues/51843

You can always manually trigger suggestions using ctrl+space