Sublime Forum

Zen Coding and tab completion

#1

It seems that sometimes zen coding completions work with tab completion and sometimes they do not. For example, I wanted to generate a table with 2 rows, each row with 3 cells:

table>tr*2>td*3

Nothing.

table>tr>td*3

Does nothing.

table>tr*2

Works, of course without the tds.

But then, I try:

[code]

td*3
[/code]

Nothing. Now, all of these work as expected with command-space — just not with tab. Is this by design? Is the tab deprecated and I should always just use command-space?

0 Likes