JetBrains / resharper-angularjs

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

Directive element/attribute documentation fixes #36

Open citizenmatt opened 9 years ago

citizenmatt commented 9 years ago

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 @ngdoc, then we could use some of the documentation, but would need to truncate it. What if there is no @ngdoc?