yonchu / charcode-display

Atom Package: Display the code of the character under the current cursor position in the status bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charcode-display package for Atom

Build Status

Display the code of the character under the current cursor position in the status bar.

Atom.io Package Page: charcode-display

screenshot01

Configuration

The charcode-display package accepts the following configuration values:

charcode-display.charcodeDisplayFormat — A string that describes the format to use for the character information. It defaults to '%C': %D (%P). In the format string, %C represents the character, %D represents the code of the character and %P represents the Unicode Codepoint.

About

Atom Package: Display the code of the character under the current cursor position in the status bar.

License:MIT License


Languages

Language:CoffeeScript 97.7%Language:CSS 2.3%