If you are using JQuery, you probably won’t be getting any intellisense from Visual Studio 2008. But as part of ASP.NET MVC Microsoft started shipping JQuery. In order to make the Intellisense work follow these steps:
1. Install the SP1 patch for your Visual Studio 2008. You can download the patch for free from here.
2. Download the install the patch that recognizes the -vsdoc.js intellisense files from here.
3. Download the vsdoc.js files from here and place it with your other jquery-x.x.js files.
4. Make sure the file name for the vsdoc file is -vsdoc. Eg: jquery-1.3.2-vsdoc.js.
5. To refresh the Intellisense from within our IDE you can use CTRL+SHIFT+J.
Good luck.
Popularity: 10%


Elsewhere Online