angular_analyzer_plugin
angular_analyzer_plugin copied to clipboard
Autocompletion for style bindings
Just ideas because I saw other autocompletion issues being added
[style.|,style.|[style.xxx.|,style.xxx.|
Not sure if anything useful can be provided for
[class.|,class.|[attr.|,attr.|
Definitely! we could autocomplete property names and units, since nobody has a css reference book in their head would definitely be useful
Just thinking. I don't know if style.xxx="someString" or style.xxx="{{someString}}" is supported.