Skip to content
citizenmatt edited this page Mar 11, 2013 · 3 revisions

This plugin adds AngularJS support to ReSharper 7.1.

What does it do?

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.

How do I get it?

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

What's new?

See the Release-Notes wiki page.

Building

To build the source, you need the ReSharper 7.1 SDK installed. Then just open the src\resharper-angularjs.sln file and build.

Clone this wiki locally