【问题标题】:VS Code disables highlighting occurrences but also disables highlighting matching tagsVS Code 禁用突出显示出现但也禁用突出显示匹配的标签
【发布时间】:2017-09-21 17:20:52
【问题描述】:

我想禁用突出显示,但保留突出显示匹配的标签。在我设置occurrencesHighlight: false 时,它​​会停止突出显示事件,但同时停止突出显示开始和结束标签。

【问题讨论】:

    标签: html visual-studio-code highlight


    【解决方案1】:

    Language specific settings

    "editor.occurrencesHighlight": false,
    "[html]": {
        "editor.occurrencesHighlight": true
    }
    

    【讨论】:

      猜你喜欢
      • 2018-02-14
      • 2014-12-17
      • 2015-07-11
      • 2014-11-12
      • 2017-02-08
      • 2017-04-05
      • 2023-03-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多