lorenzos / ZenCodingNetBeansPlugin

Zen Coding plugin for NetBeans
232 stars 57 forks source link

Any plans to update to Emmet ? #19

Closed nicolus closed 11 years ago

nicolus commented 11 years ago

Hi ! I'm not sure how much work it would represent to update the plugin to use Emmet (is it just a matter of dopping new javascript files, or does that imply rewriting each feature one by one ?), but is it something that is on your roadmap ?

Emmet adds quite a few interesting features like CSS vendor prefixes, BEM, fuzzy search, CSS gradients or implicit tag names. And I think it would be great to have those in Netbeans.

Thanks !

lorenzos commented 11 years ago

At the moment there is no plan to update to Emmet. I should contact Sergey @sergeche to learn about this new project. I don't know if it's just about new JS and new snippets, or if there's more.

I will do it in the future. This issue will be left opened as reminder.

sergeche commented 11 years ago

@lorenzos I’ll fork your plugin and add Emmet support :) Currently, I’m very busy on official Emmet release and core polishing, but I’ll definitely add Netbeans support.

sergeche commented 11 years ago

A first beta of Emmet for Netbeans plugin: https://github.com/emmetio/emmet/issues/161#issuecomment-14331117

nicolus commented 11 years ago

That's great, thank you ! I'll give it a try.