VS Code config,disable" editor.matchBrackets"对于html标签

时间:2017-04-22 07:37:33

标签: visual-studio-code

// Highlight matching brackets when one of them is selected.
"editor.matchBrackets": true,

可以为html标签禁用该设置吗?

html tags brackets highlight

我知道我可以关闭像

这样的特定文件
"[html]": {
      "editor.matchBrackets": false,
},

"[php]": {
      "editor.matchBrackets": false,
}

然后" editor.matchBrackets"将停用" javascript"和" php"在这个文件里面。

0 个答案:

没有答案