Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jetbrains/resharper-angularjs

ReSharper plugin for AngularJS support
https://github.com/jetbrains/resharper-angularjs

angular angularjs jetbrains plugin resharper resharper-plugin

Last synced: 3 months ago
JSON representation

ReSharper plugin for AngularJS support

Awesome Lists containing this project

README

        

[![official JetBrains project](http://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

# resharper-angularjs

A plugin for ReSharper that adds support for AngularJS.

## What does it do?

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 the `data-ng-` and `x-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](https://github.com/angularjs-livetpls/angularjs-webstorm-livetpls).

## How do I get it?

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.