1 decade ago by JustDev
In the video http://vimeo.com/17161851 at 02:15 you type "igm" and then magically the module template is inserted.
How can you make this in Komodo?
Thanks!
How can you make this in Komodo?
Thanks!
This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
igm
and paste this in:ig.module( '[[%tabstop:name]]' ) .requires( '[[%tabstop:requires]]' ) .defines(function(){ [[%tabstop:]] });
igm
and press Ctrl+T to insert the snippet.