【问题标题】:How to disable visual highlight of the current indent depth VSCode如何禁用当前缩进深度VSCode的视觉突出显示
【发布时间】:2018-05-17 08:26:00
【问题描述】:

它自己开始做,行为类似于 indenticator extesion,但我从未安装它。 谢谢

【问题讨论】:

    标签: visual-studio-code


    【解决方案1】:

    您可以通过以下方式关闭缩进指南的呈现:

    "editor.renderIndentGuides": false,
    

    或使用颜色自定义:

    "editorIndentGuide.activeBackground": "#fff8",
    "editorIndentGuide.background": "#fff0",
    

    上面的第二个自定义将使不活动的指南透明,第一个自定义将使当前活动的缩进指南变为亮灰色。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-03-27
      • 1970-01-01
      • 1970-01-01
      • 2019-03-13
      • 2021-11-15
      • 1970-01-01
      • 2014-03-02
      • 2018-04-09
      相关资源
      最近更新 更多