I\'m playing around with MVC 5 RC 1 in Visual Studio 2013 RC. Works very well.
Now I upgraded an existing MVC 4 project in VS 2012 to MVC 5 the same way as described
I am currently using a workaround to get the IntelliSense working in VS2012 (I assume that this would not work properly a) if I was using VS2013 for the same project; b) if I tried using Razor 3 features):
Change the web.config to use old webpages version:
To make sure that this does not impact the production in any way I added a web.config transformation:
Unfortunately this workaround has issues (that I have noticed so far):
Html.RenderPartial() are not recognized and show up as error in the designer).