How can Sublime Text show non printable characters (I\'m interested in SPACEs and TABs)?
If you want to be able to toggle the display of whitespaces on and off, you can install the HighlightWhitespaces plugin
I use Unicode Character Highlighter
, can show whitespaces and some other special characters.
Add this by, Package Control
Install packages, unicode ...
Here is an Offical tutorial of how to that!
http://sublimetexttips.com/show-whitespace-sublime-text/
just like this!
Hope help for your!
http://sublimetexttips.com/show-whitespace-sublime-text/
Ctrl+Shift+P
Preferences: Settings –> User
{
"draw_white_space": "all",
"translate_tabs_to_spaces": true
}