Visual Studio Code でタブ文字や空白文字を表示する。
ファイル(F) ⇒ 基本設定(P) ⇒ 設定(S)
|
1 |
"editor.renderWhitespace" : "boundary" |
タブ文字と空白文字を表示した画面 (Theme: Light+)

Visual Studio Code でタブ文字や空白文字を表示する。
ファイル(F) ⇒ 基本設定(P) ⇒ 設定(S)
|
1 |
"editor.renderWhitespace" : "boundary" |
