How to remove brackets highlighting in WebStorm?

℡╲_俬逩灬. 提交于 2020-01-05 02:31:09

问题


This color cover the brackets. I don't want this.

How to remove the setting?


回答1:


This comes from Editor>Color Scheme>General in your IDE Settings. The setting you are looking for is under Code and is called Matched Brace.

On the right you should see a couple different settings which will allow you to control the way the matched braces look. For example, to remove the lime green border you can uncheck the Effects checkbox.

In your case, I believe it's likely that you have the Foreground checkbox set and that the color is configured to match your background color.

I'd suggest playing around with the Matched Brace color settings until you find a style you like. Unfortunately, the preview shown in this section doesn't give you a good example of a matched brace will look like. So you'll have to Apply the setting, look at your code, and re-edit if you want to make changes.



来源:https://stackoverflow.com/questions/43652862/how-to-remove-brackets-highlighting-in-webstorm

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