JetBrains / resharper-angularjs

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

add option to custom colur ng-directives #19

Open kkozmic opened 10 years ago

kkozmic commented 10 years ago

Not sure how complicated it would be but, it would be nice to have color identifiers-like option to have custom color for the angular directives (ng-something) in my HTML to make them stand out

citizenmatt commented 10 years ago

Would you want the attributes highlighted, or the attribute values? I've just completed a change that gives us an AST for the attribute value. This gives the ability to provide some highlighting (e.g. keywords and if "colour identifiers" is enabled, properties). What would you want?