Manually curated collection of resources for frontend web developers. (http://frontend.directory/ )
Hey there! Guys (sublime text users) how you deal with next problem:
/* some CSS */
.first-selector {
font-weight: bold;
}
.another-selector { ... ;}
Actually
after typing bold;
in example above in order to beginning typing.another-selector
I must "push" down or pageDown button on my keyboard
and also hit Enter - but it sucks! Maybe exist plugin (package) or
default trivial deal with it? ( after typing bold;
for instance hit
binding Ctrl+Space(or something like this) and just begin typing.another-selector
. I know it was tough)) but I hope you understand me, any
suggestions?