Skip to main content
feat: add path desc
Source Link
xgqfrms
  • 11.8k
  • 1
  • 78
  • 73

Show whitespace characters in Visual Studio Code

change the settings.json, by adding the following codes!

// Place your settings in this file to overwrite default and user settings.
{
    "editor.renderWhitespace": "all"
}

the file path is .vscode/settings.json in your project root folder.

    // Place your settings in this file to overwrite default and user settings.
    {
        "editor.renderWhitespace": "all"
    }

just like this!
(PS: there is no "true" option!, even it also works.) enter image description here

Show whitespace characters in Visual Studio Code

change the settings.json, by adding the following codes!

// Place your settings in this file to overwrite default and user settings.
{
    "editor.renderWhitespace": "all"
}

just like this!
(PS: there is no "true" option!, even it also works.) enter image description here

Show whitespace characters in Visual Studio Code

change the settings.json, by adding the following codes!

the file path is .vscode/settings.json in your project root folder.

    // Place your settings in this file to overwrite default and user settings.
    {
        "editor.renderWhitespace": "all"
    }

just like this!
(PS: there is no "true" option!, even it also works.) enter image description here

fix typo
Source Link
xgqfrms
  • 11.8k
  • 1
  • 78
  • 73

Show whitespace characters in Visual Studio Code

change the setting.jsonsettings.json, by adding the following codes!

// Place your settings in this file to overwrite default and user settings.
{
    "editor.renderWhitespace": "all"
}

just like this!
(PS: there is no "true" option!, even it also works.) enter image description here

Show whitespace characters in Visual Studio Code

change the setting.json, by adding the following codes!

// Place your settings in this file to overwrite default and user settings.
{
    "editor.renderWhitespace": "all"
}

just like this!
(PS: there is no "true" option!, even it also works.) enter image description here

Show whitespace characters in Visual Studio Code

change the settings.json, by adding the following codes!

// Place your settings in this file to overwrite default and user settings.
{
    "editor.renderWhitespace": "all"
}

just like this!
(PS: there is no "true" option!, even it also works.) enter image description here

Source Link
xgqfrms
  • 11.8k
  • 1
  • 78
  • 73

Show whitespace characters in Visual Studio Code

change the setting.json, by adding the following codes!

// Place your settings in this file to overwrite default and user settings.
{
    "editor.renderWhitespace": "all"
}

just like this!
(PS: there is no "true" option!, even it also works.) enter image description here