vote up 0 vote down star
1

Apart from jQuery, which other JavaScript libraries support Visual Studio2005/2008 intellisense integration?

flag

4 Answers

vote up 1 vote down check

Visual Studio 2008 supports JScript intellisense for anything that has a vsdoc.

See this link for details.

link|flag
vote up 1 vote down

Any javascript library will work with Visual Studio. If by "integration" you mean "Intellisense", only 2008 supports javascript Intellisense. Beyond that there isn't much interaction between javascript and VS.

link|flag
1  
jQuery is the only library I know of that has prepared a 2008-compatible "hint" file that makes intellisense work. That same file can be created for any library if someone is willing to invest the time. – Dave Swersky Nov 2 at 15:47
vote up 1 vote down

Open the jquery-1.3.2-vsdoc.js file and take a look at the code comments. The Intellisense comes from those markup comments, which many libraries do not supply.

link|flag
vote up 1 vote down

I am pretty sure it will only be jQuery (as a library) at the moment. Microsoft have teamed up with the jQuery team as they will be looking to integrate it into the ASP.NET AJAX Control Toolkit and to implement new Ajax server-side helper methods for ASP.NET MVC Framework.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.