How do you turn off Razor highlighting in VS 2013?

2019-04-04 06:53发布

I found a thread: Highlighting kills my Razor syntax in Visual Studio 2010 , asking and explaining how to turn off the highlighting for Razors code.

The problem is, I navigate to: Tools -> Options -> Environment -> Fonts and Colors but the razor option isn't there!

I'm sure I can get used to it, but its rather distracting because I'm still very new with MVC.

This are the options I have:
An example of what I'm seeing with the highlighting and the options

(the picture didn't come out as clear as I thought it would, but the Razor options aren't there!)

3条回答
Fickle 薄情
2楼-- · 2019-04-04 07:02

Although the instructions on the accepted answer takes you to the correct settings that needs to be adjusted, it took a while for me to adjust the settings. So for those like me, the key is to change the Item Background property of the HTML Razor Code Background, but the background color you need to choose should be the same as that of Plain Text (the first item in Display Items list). Since I use dark theme, that default color of Plain Text wasn’t available for HTML Razor Code Background. So I had to go Custom… copy the color settings from Plain Text, and then got HTML Razor Code Background, Custom… and plugin those color setting number and now that highlight is gone!

查看更多
不美不萌又怎样
3楼-- · 2019-04-04 07:09

You have to find Tools -> Options ->Environment -> Fonts and Colors -> HTML Razor Code Background to change it in VS 2013.

查看更多
ら.Afraid
4楼-- · 2019-04-04 07:11

Please see option that starts with HTML (i know its not obvious but does the trick).

alt text

查看更多
登录 后发表回答