I am using MVC4 with Razor in VS 2013 RC. I want to use Javascript intellisense from a cshtml view for Javascript that has been included in my _layout file through a Bundle.
Intellisense is not working. Is it because I'm using bundling? Any advice on troubleshooting?
There is a similar question to mine (Intellisense with MVC4 Style Bundling). But at that time no one provided an answer.
Btw, the file is in my _reference.js file:
/// <reference path="../entities/analyticsentities.js" />