Enable IntelliSense For AngularJS In Visual Studio 2013

Nowadays, AngularJS is a powerful JavaScript Framework in web application development and especially for the SPA (Single Page Application). If IntelliSense is available to any text editor, it will be very easy for the beginner.

It is possible, if you are using Visual Studio, to develop the application on AngularJS. Let's see the setup to enable it on Visual Studio.

Step 1
 
Download IntelliSense from the URL given below.

Step 2
 
Paste the downloaded JS file into the location given below. 

C:\Program Files\Microsoft Visual Studio 12.0\JavaScript\References” for 32-bit machine and
Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References” for 64-bit machine.


Step 3

Create the web application and add AngularJS library reference in your custom JS files on which you going to write Angular code.


Step 4

Now, try to type the code. IntelliSense will be available there.


Thus, it will be very helpful to the beginner who wants to learn AngularJS. Please feel free to comment, if you have any queries.