VSCODE - Disable highlighting and outlining in html tags and editor line

烂漫一生 提交于 2019-12-08 15:56:01

问题


These are some of the things I really find visually annoying in VSCODE, I was hoping someone could help me disable them.

1.) Outlining <> in tags.

I don't know about you, but I find this very annoying.

2.) Outline in the active line

I ran through all the workspace settings and set to false all that might - or at least - in any way related to highlighting and outlining but no luck.


回答1:


Try this one "editor.matchBrackets": false in your Preferences - User/Workspace setting




回答2:


The active line outline can be disabled like this:

"editor.renderLineHighlight": "none"

As for bracket highlighting, I couldn't find any setting for this either. It looks like there are at least three open issues related to this, so you might have to wait until those are resolved:

  • #18745
  • #16424
  • #3788

Personally, I find these indicators helpful. :)




回答3:


The boxes really annoyed me, but I do like the indication. I found an extension called Subtle Match Brackets. It works perfect for me. It changes to a subtle underline instead of the box. Here's a link:

Subtle Match Brackets




回答4:


See My Last 3 Setting's Press ctrl + , for VS Setting and Search Check Image



来源:https://stackoverflow.com/questions/41797818/vscode-disable-highlighting-and-outlining-in-html-tags-and-editor-line

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!