Sublime Text 2 - View whitespace characters

后端 未结 10 1162
北恋
北恋 2020-11-29 14:46

How can Sublime Text show non printable characters (I\'m interested in SPACEs and TABs)?

相关标签:
10条回答
  • 2020-11-29 15:28

    If you want to be able to toggle the display of whitespaces on and off, you can install the HighlightWhitespaces plugin

    0 讨论(0)
  • 2020-11-29 15:29

    I use Unicode Character Highlighter, can show whitespaces and some other special characters.

    Add this by, Package Control

    Install packages, unicode ...

    0 讨论(0)
  • 2020-11-29 15:32

    Here is an Offical tutorial of how to that!
    http://sublimetexttips.com/show-whitespace-sublime-text/

    just like this!


    Hope help for your!

    0 讨论(0)
  • 2020-11-29 15:32

    http://sublimetexttips.com/show-whitespace-sublime-text/

    1. open

    Ctrl+Shift+P

    1. search

    Preferences: Settings –> User

    1. just paste below codes

    {
        "draw_white_space": "all",
        "translate_tabs_to_spaces": true
    }

    0 讨论(0)
提交回复
热议问题