Is there any built in Indent Guide in Visual Studio Code?
See Question&Answers more detail:osWe 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)
):
"editor.renderIndentGuides": true
For anything more customizable indent guides you will need an extension such as Guides.