mjbvz / vscode-markdown-emoji

VS Code extension that adds support for :emoji: syntax to the built-in markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-emoji
MIT License
96 stars 17 forks source link

Adding emoji panel #11

Closed badetitou closed 3 years ago

badetitou commented 3 years ago

It would be nice if the extension can add a panel with the existing supported emoji. I'm thinking about something like in the Latex Workshop extension (see image)

image

Thus, it will be easier to add an emoji in the current markdown editor, and one can easily all available emoji from the inside of VSCode.

If you accept PR and believe that this is a good idea, I can try to spend time on this feature request.

mjbvz commented 3 years ago

I think that would be a better fix for a separate extension. I could see some people wanting such a panel, but it's a pretty heavy weight thing to add this extension

badetitou commented 3 years ago

Ok, thanks for your opinion 😃 I'll see if I create a separate extension with this feature