vscode-unicorn icon indicating copy to clipboard operation
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.

Unicorn Demo

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

Unicorn Character Information Panel

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

Instructions

$ npm install
$ npm run package
$ code --install-extension ./unicorn-0.0.1.vsix

Roadmap

License

MIT