jQuery Intellisense in VS2012

intellisense, jquery, visual-studio-2012

Solution

- Install NuGet in Visual Studio Extension Manager

- Open your web application solution

- Open Package Manager Console from Tools-> Library Package Manager, NuGet add latest jQuery versions to your project

- Type "PM> Install-Package jQuery" in console

- Drag and drop your jQuery script file from the Solution Explorer window onto the javascript editor window

- Enjoy jQuery intellisense

Problem

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.

Original source