Tag Archive for 'editors'

Cool text editor plugin

I love this zen coding plugin that expands css classifiers into html template text. Fantastic idea.

So you type this:

div#name.one.two

And the plugin expands to this

<div id="name" class="one two"></div>

Now I just need to find someone write the plugin for Notepad++, VS2008 or jEdit.