Chris Mullins
Chris Mullins

Reputation: 6867

How to make selected html tag highlighting in Visual Studio 2010 work like it did in Visual Studio 2008

Is there a way to make VS 2010 work more like VS 2008 when it come to highlighting the begin and end tags of the currently selected html element.

In Visual Studio 2008 the selected html tag simply gets a bold font on the beginning and end tags of the element along with the < > characters, and the attributes remain normal.

The only option I can seem to find in VS 2010 is to highlight the entire selected tag, attributes and all. I have found nothing that just controls the selected tag itself.

Anyone know a way to make it work more like the old editor?

Thanks!

Upvotes: 3

Views: 3493

Answers (2)

Arun Jose
Arun Jose

Reputation: 11

Go to Tools -> Options -> Environment -> Fonts and Colors. Then select Highlighted Reference. Change the Item background.

This works in VS2015 - I'm not sure about other versions of VS.

Upvotes: 1

Paul Graffam
Paul Graffam

Reputation: 2149

Go to Tools -> Options -> Environment -> Fonts and Colors. Then select Brace Matching(Rectangle), set the item background to the same background your ide is using and also check the bold option. That should do it.

Upvotes: 7

Related Questions