resharper-angularjs
resharper-angularjs copied to clipboard
ReSharper plugin for AngularJS support
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.
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...
Should support expressions in attributes or element text wrapped in brackets - `{{...}}`
Implement `IGotoSymbolProvider` + `IGotoEverythingProvider` to navigate to definitions of controllers, services, directive etc. by name.
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...
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...