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
It needs it on the local page. I'm pretty sure this has to do with Namespace resolution. It isn't exactly sure what you are referring to without the local using statement.