A plugin for ReSharper that adds support for AngularJS.
This plugin adds the following features:
- Code completion for AngularJS elements and attributes in HTML files. It supports the standard
ng-
syntax, as well as thedata-ng-
andx-ng-
forms. - Improved code completion for injected services in controllers, directives, filters, etc. ReSharper knows the type of injected services and shows improved code completion for properties of these services and providers.
- Live Templates for HTML, JavaScript and TypeScript. The templates are 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.
You can install directly into ReSharper via the Extension Manager in the ReSharper menu.
Packages for previous versions are still available on the Extension Manager.