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'm pretty sure that you're not editing the correct Web.config file.
Web.config
You need to add your namespace to the one in your Views directory.
Views