Reputation: 115
How can I add a plugin into Visual Studio 2012 to work with jQuery syntax in intellisense on visual studio?
Please don't give me link of other site, just give a solution that you did and worked fine.
Upvotes: 9
Views: 19626
Reputation: 1
You can reference Jquery intellisense file (jquery-1.12.4.intellisense.js) in your page and then it will start working.
Upvotes: 0
Reputation: 188
Upvotes: 13
Reputation: 2941
Visual Studio 2012 provides JQuery intellisence out of the box without the need for additional plugins... to get this functionality, simply drag the _references.js file from with teh scripts folder into the .js file you are working on.. it will place a tag into the top of the file for you and provide intellisense.
Im presuming you are using as ASP.NET / MVC project template.
Upvotes: 5