Sublime Forum

Css Tab - Autocomplete

#1

Hi there, i REALLY love sublime text, and i have bin using it for a long time.

But one little thing is constantly driving me insane!
Since i only use Sublime-text for css, javascript and html. i want it to be perfect at it…

My problem is:
If i type “pad” for “padding” and hit tab. it writes… “padding: 20px 0px;” … now what are the odds for me wanting to write that?.. no i want it to write “padding” ONLY, then I will decide if the next should be -left, -top or :0px;
Same thing goes for:
“back” gives “background-color: #000”; i want it to type “background” only… and not try to outsmart me… Keep it simple.

How do i change that behavior?

One more thing.
Is there a list over all the smart features sublime text provides, seems like the possibilities are endless but you need to find the needle ?

0 Likes

#2

This is from the ZenCoding plugin. But when you press tab, the 20px should be highlighted. Then pressing tab again should highlight the 0px.

0 Likes

#3

Yah, but still…

Can i remove ZenCoding ?

0 Likes

#4

ctrl+shift+p (win) / cmd+shift+p(mac)
then write “remove package”,
select the package you’d like to remove.

0 Likes