Default indent line guide in Visual Studio Code?

后端 未结 1 698
难免孤独
难免孤独 2020-12-15 14:50

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

相关标签:
1条回答
  • 2020-12-15 15:41

    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.

    0 讨论(0)
提交回复
热议问题