Heberto Mayorquin
Heberto Mayorquin

Reputation: 11101

vscode - visual studio code - dots / elipsis before brackets

In the latest updated of vscode they show the following image for bracket pair colorization: enter image description here

From there I am interested in the dots that are display before / to the left of every bracket. What is the name of this function? how can I active it in vscode?

Upvotes: 0

Views: 314

Answers (1)

Heberto Mayorquin
Heberto Mayorquin

Reputation: 11101

The answer for this is that this is called render white space and can be modified from the standard settings in vscode.

enter image description here

set to all to achieve the desired result.

Upvotes: 1

Related Questions