Simple Sublime Text plugin for displaying decimal code of the current character in the status bar.
- Install Sublime Package Control.
- Run
Package Control: Install Package
from the Command Palette (COMMAND or CTRL + SHIFT + P) - Find and install the
Show Character Code
plugin
- CD into your Sublime Text 2 Packages directory
- Windows:
%APPDATA%\Sublime Text 2\Packages\
- OS X:
~/Library/Application Support/Sublime Text 2/Packages/
- Linux:
~/.config/sublime-text-2/Packages/
- Portable Installation:
Sublime Text 2/Data/Packages/
- Windows:
git clone https://github.com/borislubimov/ShowCharacterCode.git
Note: For Sublime Text 3 users, substitute the 2
in the above directory names with 3
.