crittermike / zen-coding-gedit

Integration of Zen Coding (a set of plugins for high-speed HTML and CSS coding) into a Gedit plugin
Other
97 stars 22 forks source link

Placeholders #6

Closed fmarcia closed 14 years ago

fmarcia commented 14 years ago

Do you plan to add placeholders you can navigate with tab, like snippets do, in this amazing plugin? Besides, do you think it would be possible to merge zen-coding with snippets as well, using tab to expand? Great work!

crittermike commented 14 years ago

1) Yes, it's a 'nice to have' but I have no idea if it's feasible yet or what it will take to accomplish. 2) I was considering removing all non-dynamic abbreviations and instead including snippet presets for them. If that was done, the dynamic stuff (like div>ul>li*6) would still be handled by zencoding, but the preset stuff (like op:ie) would be handled by Snippets, which has a lot more flexibility and customization built in. Thoughts on that?

fmarcia commented 14 years ago

Yes, using snippets for static stuff is a good idea. Actually and ideally, zen-coding should be a fork of snippets as it's the same concept: type less, write more! You could use their setting box too!

crittermike commented 14 years ago

This is done now that your commits have been merged. Thanks!