Hexadecimal, Binary and Decimal number converter plugin for Sublime Text 3
cd ~/.config/sublime-text-3/Packages/
git clone https://github.com/rohanrhu/HexBinDecConverter.git HexBinDecConvertercd "%HOMEPATH%\AppData\Roaming\Sublime Text 3\Packages"
git clone https://github.com/rohanrhu/HexBinDecConverter.git HexBinDecConverterCursor on hexadecimal or binary and hover mouse point on hexadecimal, binary or decimal shows popup
Hexadecimal Syntaxes:
0xa
0ahBinary Syntaxes:
1010bYou can set shorcut with hex_bin_dec_converter function
{"keys": ["ctrl+k", "ctrl+i"], "command": "hex_bin_dec_converter"}There're one menu (ctrl+shift+p) command
- Show Popup:
HexBinDecConverter: Show Popup
MIT
