This extension adds an On-Screen Emoji Keyboard to Visual Studio Code, which can be accessed via an icon in the Activity Bar. Clicking on the icon will show a list of more than 1500 emojis that can be inserted into the editor.
Features
Activity Bar Icon: Adds an icon to the Activity Bar to open the emoji picker.
Insert Emojis: Clicking on any emoji will insert it into the active editor.
Sorted Expandable Layout: Emojis are displayed in a single column for easy browsing and selection under their parent category.
Requirements
Visual Studio Code 1.97.0 or higher is required to run this extension.
Extension Settings
Currently, this extension does not add any settings or configuration options.
Known Issues
Emojis might not render correctly in certain font settings.
The emoji picker might not display well on smaller screens.
How It Works
Activity Bar Icon:
The extension adds an icon to the Activity Bar in Visual Studio Code.
When you click on the icon, it opens a list of emojis.
The emojis can be selected and inserted directly into the editor by clicking on them.
Release Notes
1.0.0
Initial release of the emoji picker extension with Activity Bar icon and emoji picker.
1.0.1
Fixed an issue with emoji alignment.
1.1.0
Improved emoji picker functionality and fixed issues with emoji rendering.
Following Extension Guidelines
Please ensure that you have read the Extension Guidelines and follow best practices when creating your extension.