This repository contains source code of ascii-unicode-escape plugin for Visual Studio Code. It's basically a port of ascii-unicode-escape originally developed by renatoferreira656 for Atom.
The extension performs escaping of non-ASCII symbols with Unicode character codes.
- Launch Visual Studio Code and raise command window by pressing F1 key.
- Type
inst ext
and press Tab, then put downascii-unicode-escape
. - Press Enter to install this extension.
You may also download .visx package from Releases page to install it manually.
Select block of text to process (or do not, in this case entire document will be handled) and use Escape non-ASCII characters and Unescape non-ASCII characters commands to make the job done.