0
The lines you activate going on File > Preferences > Settings
and puts
"editor.renderIndentGuides": false
"editor.renderWhitespace": "all"
0
4
The lines you activate going on File > Preferences > Settings
and puts
"editor.renderIndentGuides": false
"editor.renderWhitespace": "all"
In case I would like to disable the lines and activate this indentation with points. Thank you.
@Cleytonvinicius then just do the opposite, in the first option put "false" and in the second put "all" this will hide the lines guide and only show the dots as you want. At I edited the answer to stay that way
Browser other questions tagged visual-studio visual-studio-code configuration indentation
You are not signed in. Login or sign up in order to post.
Do you want in fact points? Or do you want to see each space as a point?
– Guilherme Nascimento
Are you experiencing any particular difficulty? It’s like any editor.
– Maniero