Use MVC 3 Intellisense In Visual Studio 2013 And 2015

Add these two lines inside each view and the intellisense will work again :
  1. @inherits System.Web.Mvc.WebViewPage<dynamic>  
  2. @using System.Web.Mvc.Html