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 found that if it still doesn't work, you may need to go to the properties of the custom class and change the build action from "content" to "compile". That resolved it for me.