I just switched to test atom out and have installed a bunch of css packages looking for the autofill functionality that sublime text has. Can anyone point me to a package that offers the same or how to enable this in Atom? Thank you in advance for the help!
Css recommendations autofill
simurai
#2
There is autocomplete-plus but it’s not specifically for CSS.
Or you could try Emmet to expand abbreviations. e.g. bg
+ tab turns into background: #000;
.