Sublime Forum

Tag suggestions in Sublime?

#1

Hi,
How do I make Sublime show suggestion of possible options to type when doing html and css?
What I mean is if I write for example “font-family:” a dialog should pop up with all kinds of suggestions…verdana, times, etc.
I hope you know what I mean.

0 Likes

#2

Check out the zen-coding plugin. It’s available through Package Control.

0 Likes

#3

Thanks for the answer.
I’ve now installed package control and Zen coding, but I don’t see any changes. Do I have to activate the zen coding somehow?

0 Likes

#4

Bump

0 Likes

#5

Zen Coding autopopulates the autocomplete. So using your suggestion, if you type “font-family:”, then press “control + space”, there should be a list of fonts.

0 Likes

#6

Could this pop up without having to “press control + space”. I’ve seen a html video tutorial by Jeffrey Way where he uses Sublime Text and it seems as if the css suggestions just pop up automatically as he types.

0 Likes

#7

You can check out the SublimeCodeIntel plugin for that. However, I believe Jeffrey Way is actually using control + space…

0 Likes

#8

Thanks, maybe he does that…quick like a weasel :smile:

0 Likes

#9

The SublimeCodeIntel plug did the trick! Thanks a lot C0D312!

Here’s a nice and short video where Jeffrey Way shows a few tricks with Zen Coding in Sublime Text…short and basic, but very powerful:
learncss.tutsplus.com/lesson/zen-coding/

0 Likes