Here's the reference on how to have jQuery Intellisense in VS 2008 .
http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx
Easy 5 steps
- Go to jQuery site and download the current release and the "Documentation: Visual Studio" link.
- Download the patch from Microsoft to allow Intellense in Javascript. Microsoft Site
- Include jQuery to your web page as you normally do.
- Place the doc file at the place where you place your jquery.js and make sure the file name ends with -vsdoc.js.(Note, the doc file I downloaded was -vsdoc2.js, so I had to remove the "2" from file name.)
- Have fun!!
No comments:
Post a Comment