resharper-angularjs icon indicating copy to clipboard operation
resharper-angularjs copied to clipboard

ReSharper plugin for AngularJS support

Results 21 resharper-angularjs issues
Sort by recently updated
recently updated
newest added

The documentation for directive elements and attributes should come from the directive. It's currently a hard coded list. But, what value should it be? If the directive is declared with...

Any directive defined with the `C` restriction should show up in CSS class code completion, and `M` in code comments. E.g. ``` html ```

Detection and analyses of own services and ngResources. Provide intellisense in controllers which uses that Services and Resources.

enhancement

In Angular the binding is done via $scope, it can bind properties and functions. Find out the current module (if any declared) with ng-app attribute and the used controller with...

enhancement

detect filters and provide intellisense

enhancement

Should support expressions in attributes or element text wrapped in brackets - `{{...}}`

enhancement

Implement `IGotoSymbolProvider` + `IGotoEverythingProvider` to navigate to definitions of controllers, services, directive etc. by name.

enhancement

Those are effectively two features, so I'm happy to split it into two requests: One is to be able to write `ng-controller="FooController"` or `ng-controller="FooController as vm"` and have an option...

enhancement

This PR is intended to hold the changes required to get ReSharper to understand controllers in angular. Specifically: - Code completion in `ng-controller` and `data-ng-controller` attributes - Ctrl-click/goto definition navigation...

When this extension is active, visual studio's / web essentials intellisense support for knockoutjs stops working.. Is it possible to create a resharper-knockoutjs extension ? I would gladly start it...