I can\'t get intellisense for my own html helpers. My CustomHtmlHelpers.cs looks like this:
CustomHtmlHelpers.cs
using System.Web.Mvc; using System.Text; using Syste
I ran into this today as well. Sometimes just closing the Razor view's window in Visual Studio and re-opening it will do the trick without having to do a full Visual Studio restart.