X Tutup
Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.1 KB

File metadata and controls

24 lines (13 loc) · 1.1 KB

resharper-angularjs

A plugin for ReSharper 7.1 that adds support for AngularJS.

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:

Building

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

X Tutup