jquery intellisense vs2010 mvc3
jQuery intellisense does not work for me unless I place: <script src="../../Scripts/jquery-1.4.4-vsdoc.js" type="text/javascript"></script> ...in the page. I thought putting it in the _Layout.cshtml would be sufficient but it's not. I have to do this on every page, partial etc. Is this a bug or is there a better way to enable jQuery intellisense across all the pages and .js files? kapsiR You can also use an if clause like: @if (false) { <script src="/Scripts/jquery-1.4.4-vsdoc.js" type="text/javascript"></script> } If u need to add jQuery intellisense to a .js file, add this: /// <reference