Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is Visual Studio autocomplete for JQuery 1.4?

Tags:

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.

like image 808
JoelFan Avatar asked Jan 15 '10 15:01

JoelFan


People also ask

How do I turn on autocomplete in Visual Studio?

The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space . If necessary, you can always return to the Visual Studio's native's IntelliSense. To do so, select Visual Studio on the Environment | IntelliSense | General page of ReSharper options ( Alt+R, O ).

Why is my IntelliSense not working?

If IntelliSense is not working as it should on your Windows 11/10 PC, you can try restarting VS Code and this should solve the issue. Restarting the program can be really effective and time saving in some cases. If the issue persists, you can try restarting your computer altogether.

What is IntelliSense in Visual Studio?

IntelliSense is a code-completion aid that includes a number of features: List Members, Parameter Info, Quick Info, and Complete Word. These features help you to learn more about the code you're using, keep track of the parameters you're typing, and add calls to properties and methods with only a few keystrokes.


2 Answers

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

**

like image 84
stu Avatar answered Oct 14 '22 05:10

stu


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.

like image 22
Nick Berardi Avatar answered Oct 14 '22 05:10

Nick Berardi