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:
settings.json
"editor.renderIndentGuides": true
For anything more customizable indent guides you will need an extension such as Guides.