Community
Participate
Working Groups
Right now, when creating a new class, following file is generated: <?php class FeeFoo { } ?> Isn't it too long with all those empty lines? Another little tweak would be to set the cursor position in the first line inside the class, instead of the beginning of the file. Ideally I'd see: <?php class FeeFoo { | <-- cursor here. already indented.. } ?>
sorry for false alarm, that template comes from some other plugin I installed...