Ninetiger blog

-- my reminder

How to check the highlighted color when the cursor in an html <> in cshtml file (Visual Studio 2015)

When the backgournd theme is set to dark and working with a cshtml file, the highligh color is hiding the curcor position when the curcor is in a html tag <> (eg <a class..> <a>)

The change the color:

Tools ->Options -> Enviroment -> Fonts and Colors -> Display items => Brace Matching (eg change to Gray)

Comments:

Back to top