UnicodeHoverUnicodeHover lets you see a glyph of the character represented by a Unicode escape. Let's say you have a regex to remove all non-printable characters, such as
Or perhaps your coworkers don't have the necessary fonts to display glyphs and have used escapes so that their editors don't show them mojibake or � ( Maybe your favourite language doesn't even support Unicode literals in source files after a certain version (looking at you, Haskell) so you have to represent them with an escape. In any case, it would be handy to immediately have information on the characters being processed instead of, e.g., going to an external website and searching for the codepoint. Usage/FeaturesSimply place your cursor over the escape sequence and a panel will hover over it, showing you the glyph in question.
Requirements
Known IssuesPull requests (in particular for new languages) are welcome.
Release NotesSee the changelog. Data sourcesThe data for this project were taken from the Unicode Consortium's Unicode Data collection. The data follows their licensing (cf.: terms of use). The pronunciations for Tangut are from Tangut database v4.0 and are the work of Marc Miyake, used here with his permission. LicenseThis extension is intended to be used by any- and everyone. It uses the MIT License. About the iconThe character in the icon is Thanks to Misato Inoue for design help with the icon! |