Have downloaded and installed ASP.NET MVC 3 (final release) and still don't have intellisense in Razor views? What's wrong?
Install the ReSharper 5.1.2 update, and then run ASP.NET MVC 3 Razor Intellisense again.
ReSharper 5.1.2 does not interfere with Visual Studio IntelliSense in the Razor ASP.NET MVC 3 syntax. Previously, ReSharper 5.x had certain problems with Razor IntelliSense, which are discussed in 5.1.2. In particular, ReSharper 5.1.2 does not prevent Visual Studio from automatically automatically submitting its own IntelliSense web pages in .cshtml and .vbhtml: both code completion and parameter information work as expected.
http://blogs.jetbrains.com/dotnet/2011/01/resharper-512-is-released/
If you have R # installed, change the settings to use VS Intellisense instead of R #. R # does not yet have such an opportunity for Razor. If you still want to use it, you can try to press the spacebar after the period
Do you update service packs. At the top of my head, I think you need a beta version of Visual Studio Service Pack 1 to work
Source: https://habr.com/ru/post/1335738/More articles:W3C validator complains about duplicate div - htmlHow to create / extend a constructor for Visual Studio - .netHow to get Eclipse to use Sun Java? - javaconnect to url in python - pythonFlag storage in the database - database-designHow to encode in Eclipse as fast as in VisualStudio? - eclipseSEO Language Information - htmlHow do I change the parameters of a chart (for example, the color of the cutoff pie) in a chart created using the Razor chart assistant? - asp.net-mvcHow to configure dependency injection using ASP.NET MVC 3 RTM - dependency-injectionShadow DOM and custom style - domAll Articles