-
Notifications
You must be signed in to change notification settings - Fork 25
Home
This plugin adds AngularJS support to ReSharper 7.1.
This plugin provides code completion for AngularJS attributes in HTML files. It supports the standard "ng-" sytnax, as well as the "data-ng-" syntax.
The plugin also installs a set of Live Templates for frequently used constructs, grouped into helpers for module, directive, scope, global, html and routing. They can be seen and edited in the Templates Explorer.
The Live Templates are based on the IntelliJ templates by Pawel Kozlowski.
If you wish to just install a copy of the plugins without building yourself:
Download the latest zip file: resharper-angularjs.1.1.0.zip Extract everything Run the Install-AngularJS.7.1.bat file
See the Release-Notes wiki page.
To build the source, you need the ReSharper 7.1 SDK installed. Then just open the src\resharper-angularjs.sln file and build.