Is there any built in Indent Guide in Visual Studio Code?
We just released this in the June 2016 release (v1.3.0). You can enable it by adding the following to your settings.json file (F1, Open Settings (JSON)):
settings.json
Open Settings (JSON)
"editor.renderIndentGuides": true
For anything more customizable indent guides you will need an extension such as Guides.
2.1m questions
2.1m answers
60 comments
57.0k users