mattbierner / vscode-emojisense

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

command 'emojisense.quickEmoji' not found #52

Open iyigunform3 opened 2 years ago

iyigunform3 commented 2 years ago

When I try to use autocomplete nothing is shown in the dropdown list. I've tried changing the settings and enabling the emojis manually as well but didn't really help.

If I use the command palette with Pick an emoji and insert in editor or click on Ctrl + I, I get this error:

command 'emojisense.quickEmoji' not found

Tried this with both with the default settings and with manually enabling the emojis on markdown files. Any ideas what could be wrong?

mattbierner commented 2 years ago

What VS Code version are you on?

shakhzod2000 commented 1 week ago

I had the same problem and fixed the following way. If emojisense is already installed, try uninstalling it and reinstalling it:

  1. Click the Uninstall button.
  2. Reload VS Code after uninstalling.
  3. Reinstall the EmojiSense extension and reload VS Code again.

Hope it helps.