Anders Lindén
Anders Lindén

Reputation: 7303

Disable tag background color

When I double click a word in a html tag (editing an aspx file), I get a double background highlighting.

screenshot of a line with double background color

I have selected the word decSearchStartTime, but I also get the tag keyword button selected as well as attributes.

How do I only have the selected word highlit?

Upvotes: 0

Views: 30

Answers (1)

motosubatsu
motosubatsu

Reputation: 445

If you go to the Tools menu and select "Options" Then under "Environment" -> "Fonts and Colors" it's under "Brace Matching (Rectangle)" in the Display Items list for the Text Editor. Technically you can't turn it "off" but you can have the Item Background color set to the same as your editor's background color which does effectively the same thing.Screenshot

Upvotes: 1

Related Questions