How to Show/Hide Indent dots in VSCode

While writing code using VSCode, there are lots of settings to configure to make it easy for programmers to write code faster and make it readable. Indentation is a must in every code you write to make the code readable.

Using VSCode settings (Shortcut: Ctrl + ,) you can adjust the indentation tab size. Now, let’s see how we can toggle indent dots in the code.

Read More: How to remove a vertical line from Atom text Editor

Without Indent Dots:

As you can see there are no indent dots in below screenshot. We will see how to enable this option in VSCode.

show or hide indent dots - Visual Studio Code (VSCode)

With Indent Dots:

With Indent dots you can see the indentation clearly with dots.

show or hide indent dots - Visual Studio Code (VSCode)

To Toggle between Indent dots and without indent dots. You can click on View and then Click on Command Palette or type Ctrl + Shift + P keyboard shortcut.

show or hide indent dots - Visual Studio Code (VSCode)

Click on Toggle Render Whitespace. This option can be used to toggle Indentation dots in VSCode.

show or hide indent dots - Visual Studio Code (VSCode)

1 thought on “How to Show/Hide Indent dots in VSCode”

Leave a Comment

Discover more from TechPress

Subscribe now to keep reading and get access to the full archive.

Continue reading