Tag: resharper
-
Resharper ASP.net MVC “Cannot resolve view” functionality missing in Visual Studio 2013
I installed Resharper (v 8.2.2) onto my fresh install of Visual Studio 2013, but noticed that the usual helpers I get over ASP.net MVC methods wasn’t there. For example, if I had a method like: public class MyTestController : Controller { public ActionResult Something() { return View(); } } … and the view (/Views/MyTest/Something.cshtml) didn’t…