Thanks Jeff. I have read these. The problem I am having is with plugins (UI for example) that use the syntax I mentioned. I get the intellisense for $ along with it's chainability but none of the plug-ins show up.
This article shows it working with .draggable http://www.west-wind.com/Weblog/posts/536756.aspx I can't replicate it though. On Nov 12, 3:58 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote: > Here are a couple of articles on it: > > http://brennan.offwhite.net/blog/2008/02/01/intellisense-for-jquery-i... > l-studio-2008/http://blogs.ipona.com/james/archive/2008/02/15/JQuery-IntelliSense-i... > l-Studio-2008.aspxhttp://weblogs.asp.net/scottgu/archive/2007/06/21/vs-2008-javascript-... > sense.aspx > > Hope this helps. > JK > > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Fontzter > Sent: Wednesday, November 12, 2008 10:14 AM > To: jQuery (English) > Subject: [jQuery] Visual Studio Intellisense Issues > > Is anyone else having trouble getting the new VS 2008 intellisense to > work? > > I have downloaded SP1 and the hotfix. I can get it working on the > jquery file. However it seems to break on any plugin that uses this > syntax: > > (function($) { ... } )(jQuery); > > Any thoughts or suggestions would help. This is a great feature that > I would love to get working. > > Thanks, > > Dave