vscode-unicorn
vscode-unicorn copied to clipboard
🦄💬 A Visual Studio Code extension that adds a status bar entry showing Unicode data for the currently selected character.
🦄 Unicorn
A Visual Studio Code extension that adds a status bar entry showing Unicode data for selected characters.
Demo
Watch the status bar entry in the bottom right of the window update with the Unicode name and code point of the current character as the cursor moves through the document.

Clicking on the status bar entry opens a panel with additional information.

This extension is currently in active development. See the roadmap for a list of current and planned features.
Installation
Install from Visual Studio Marketplace
Coming soon!
Build and Install from Source
Requirements
- TypeScript 4.0+
- Visual Studio Code 1.32+
Instructions
$ npm install
$ npm run package
$ code --install-extension ./unicorn-0.0.1.vsix
Roadmap
- [x] Initial support for BMP characters
- [ ] Support for viewing Unicode information of multiple characters
- [ ] UTF-8 code units in character information panel
- [ ] Complete UCD data in character information panel
- [ ] Redesigned character information panel
- [ ] Support for CJK Unified Ideographs, emoji, and other characters
- [ ] Automated testing
- [ ] Submission to Visual Studio Marketplace
- [ ] Continuous Integration pipeline with Github Actions
License
MIT