http://weblogs.asp.net/scottgu/archive/2008/02/08/vs-2008-web-development-ho t-fix-roll-up-available.aspx
For those of you who would be interested, the javascript intellisense tool in VS 2008 (which was previously not compatible with jQuery AT ALL) has been hotfixed (along with some other items). So far as I know the HotFix applies to both the Pro version and the free version (VS 2008 Web Developer). I tested it and it worked pretty well. $. pulled up a whole list of static jQuery methods and $.fn. pulled up a whole list of jQuery functions. It isn't smart enough to do intelliense for chaining (ie. $(document). will NOT get you $.fn. intelliense), as javascript doesn't have strongly type function returns, but it's a start. Of course, I was personally tickled pink that an MSDN HotFix would specifically address jQuery! JK