Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I reset/get back razor intellisense and syntax highlighting?

I had a problem with my Visual Studio 2010 install - managed to sort it by a repair, and reinstall my addon's etc., but now the intellisense and syntax highlighting has disappeared from my cshtml files - I've reinstalled the asp.net mvc 3 RTM and that hasn't fixed it...I've trying a devenv /ResetSettings, but no change.

Is there anything else I can do to try and bring back my lovely highlighting?!

like image 560
jryan Avatar asked Jan 19 '11 17:01

jryan


1 Answers

Ok solved it - When uninstalling MVC 3 Visual Studio Tools, I didnt uninstall asp.net webpages visual studio tools, which MVC 3 depends on, once I uninstalled this also and then reinstalled the MVC 3 RTM, my syntax highlights etc came back! phew!

like image 178
jryan Avatar answered Jan 03 '23 16:01

jryan