Zen-coding plugin is great. Thanks for that.
I have some questions:
1) Format CSS rule doesn’t work - code.google.com/p/zen-coding/wiki/Filters
Have tryed to change alias to “html, fc” inside “Sublime Text\Packages\ZenCoding\zencoding\filters\format-css.py” - no effect.
2) Is it possible, to expand abbrreviations like “input:t” on Tab for html? Alt+E is not convenient.
3) How to add text inside link or some block, when we use ctrl+alt+enter? Like, we should get this:
[code]
[/code]
We type: div>div+(div>a)
What about text, which command is used for it?
4) html:5 doesn’t work inside html files. Should I remove default sumlimetext packages for html and css?
On tab no effect, on alt+e it removes “html:5” and gives nothing.
5) How do I add for html snippet, extra edition point for #:
'a': '<a href="#"></a>'
Like ${1:#} (if we don’t change, it will keep #, else it should replace #)
6) Seems there are snippets and abbreviations for html, and none of them work on tab key? How to make them work for this key?
Thanks.