Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off Visual Studio Highlight Color

I"m having an issue with Visual Studio. I am working in CSS and HTML, but the program does all this highlighting.

Here's an example of what I'm talking about.

I just want to turn off that highlighting in the common words, brackets, and syntax bracket highlight.

I can't find it anywhere in the Tools -> Options section.

like image 928
Ishio Avatar asked Jan 08 '23 20:01

Ishio


1 Answers

Tools → Options → Environment → Fonts and Colors 

→ Brace Matching (Rectangle)
→ CSS Keyword, etc.
→ Find Match (Highlight)
→ Highlighted Reference

enter image description here

To turn off syntax highlighting completely, you can assign another editor, like Script Editor to the css extension (this will also disable all CSS recognition):

Tools → Options → Text Editor → File Extension

enter image description here

like image 137
Mark Cidade Avatar answered Jan 15 '23 23:01

Mark Cidade