I need to get the completions for style attribute in html. For eg:
<div style="text-decor...."></div>
Is there any plugin available which has the described feature or any other alternative approach ?
Any help would be great. Thanks
I need to get the completions for style attribute in html. For eg:
<div style="text-decor...."></div>
Is there any plugin available which has the described feature or any other alternative approach ?
Any help would be great. Thanks
So if I'm hearing your question write, Emmet
is a package that does an awesome job.
Example:
Here's a Video on how to use it here by Nettuts. And see the Emmet Documentation here. Hope this helps!