JoelFan
JoelFan

Reputation: 38714

Where is Visual Studio autocomplete for JQuery 1.4?

I can't find the Visual Studio autocomplete file for JQuery 1.4. Googling for jquery-1.4-vsdoc or jquery-1.4.min-vsdoc turns up nothing.

Upvotes: 21

Views: 3191

Answers (6)

Roberto
Roberto

Reputation: 1

As you can see:

http://www.asp.net/ajaxLibrary/cdn.ashx

The vsdoc for jquery 1.4 (or 1.4.1) is not yet ready or atleast published/linked

but in that website i'm sure you'll find it when ready

Upvotes: 0

stu
stu

Reputation: 192

good answer by Nick Berardi - checking out Scott Gu's Twitter -

**

@sirkirby Yes - we'll be updating the Microsoft AJAX CDN to host jQuery

1.4. We'll also have full intellisense support for it. 2:47 PM Jan 14th
from web in reply to sirkirby

**

Upvotes: 8

Nick Berardi
Nick Berardi

Reputation: 54864

This typically comes out 2 weeks after a new release. Because the Visual Studio Documentation XML for JavaScript is non-standard and requires a lot of manual work to move from JSDoc to VSDoc. Give it another week and you should see an announcement on the Gu's blog.

Upvotes: 3

Sam Harwell
Sam Harwell

Reputation: 99949

I believe you may be looking for the jQuery Code Snippets for Visual Studio 2010.

Upvotes: -3

AnthonyWJones
AnthonyWJones

Reputation: 189495

I think you'll find that the vsdoc-ing the jquery source is a separate exercise done by peeps working for Microsoft. There is bound to be a lag between the releasing of jquery code and these peeps getting around to tweaking it up for intellisense in VS.

Upvotes: 1

Piotr Rochala
Piotr Rochala

Reputation: 7781

If it's not on google it doesn't exist ;-)

According to http://code.google.com/p/jqueryjs/downloads/list latest available version with Intellisense is 1.3.2.

Upvotes: 0

Related Questions