コンテンツメニュー
cmd+shift+p
, win/linux : ctrl+shift+p
)です。setting
というように入力し、Preferences: settings
を選びます。draw_white_space“: “all”,
を追記します。以上で設定は完了です。
半角スペースとタブが表示されるようになりました。
// Set to "none" to turn off drawing white space, "selection" to draw only the // white space within the selection, and "all" to draw all white space "draw_white_space": "selection",
Preferences.sublime-settings
を参照すると、上記のように記載してあります。
以下、3つの設定があります。