JetBrains / resharper-angularjs

ReSharper plugin for AngularJS support
Apache License 2.0
134 stars 25 forks source link

intellisense for build in services #7

Closed DerAlbertCom closed 8 years ago

DerAlbertCom commented 11 years ago

AngularJS provide some services which kann be injected in the controller. The parameter Name is fixed for that services like $http, $httpProvider.

Maybe this Services can analyses at runtime from the angular source.

jeme commented 11 years ago

While the parameter name is fixed, keep in mind that the service it self can be overwritten.