Default indent line guide in Visual Studio Code?

2020-02-09 05:38发布

问题:

Is there any built in Indent Guide in Visual Studio Code?

回答1:

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:

"editor.renderIndentGuides": true

For anything more customizable indent guides you will need an extension such as Guides.