zeithaste / cursorCharCode

VS Code extension. Shows the Unicode code point value for the character under the cursor in status bar.
Other
17 stars 5 forks source link

How to use this extention in vscode? #4

Closed sighWang closed 5 years ago

zeithaste commented 6 years ago

Once you install it, an icon with a telescope appears in the status bar whenever you're inside an editable document. It shows the code point of the symbol after the cursor. It shows a page describing the Unicode character when you click on it.

There appear a couple of new commands as well, allowing to replace the current character with it's unicode form. You can find them it you open the command pallette (Ctrl+Shift+P) and choose one of the commands starting with CursorCharCode.