如何在 Visual Studio Code 中禁用尖括号突出显示?
问题描述:
我只想禁用尖括号上的字符突出显示,因为我发现方框很烦人.有没有办法关闭它?
I just want to disable the character highlighting that happens on angle brackets, as I find the square box to be annoying. Is there a way to turn it off?
答
可以在设置中搜索关键字highlight
,将Editor:Match Bracket
改为从不
,像这样:
You can search keyword highlight
in setting, and you change Editor:Match Bracket
to never
, like this: