/ascii-unicode-escape

VS Code plugin to escape non-ASCII symbols with Unicode character codes

Primary LanguageTypeScriptMIT LicenseMIT

ascii-unicode-escape

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.

Installation

  1. Launch Visual Studio Code and raise command window by pressing F1 key.
  2. Type inst ext and press Tab, then put down ascii-unicode-escape.
  3. Press Enter to install this extension.

You may also download .visx package from Releases page to install it manually.

Usage

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.