resharper-angularjs
resharper-angularjs copied to clipboard
Support directives in CSS classes and comments
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>