JetBrains / resharper-angularjs

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

Support directives in CSS classes and comments #35

Open citizenmatt opened 9 years ago

citizenmatt commented 9 years ago

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

<!-- directive: my-dir exp -->
<span class="my-dir: exp;"></span>