How to get intellisense angularjs in visual studio?

Create a script file script.js and now drag and drop angularjs script file (angular.min.js) in to the script file. Now press control space. Press dot on the angular object you will get intellisense method and properties etc.

You will get intellisense in visual studio like this

visual studio angularjs intellisense