Enabling AngularJS IntelliSense in Visual Studio 2013
Today, AngularJS is most popular JavaScript framework to develop single
page application. If you are using Visual studio as an IDE for
developing your app in angularjs, intellisense support for angularjs
help you a lot to develop your application. By default, Visual Studio
2013 doesn't provide better intellisense support while writing AngularJS
code.This article helps you how to enable IntelliSense in Visual Studio
2013 when working with AngularJS.
First, you need to download the angular.intellisense.js file for Visual Studio and place it in the Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References
folder of your machine. Now open visual studio and have a look on intellisense support as given below:
No comments:
Post a Comment