I would like to suggest an ability to define more templates in the IDE.

For example, currently IJ has to templates for class and interface only.

I would like to have ability add/define new template to the IDE for JUnit
test case like this

package $PACKAGE_NAME$;
public class $NAME$ extends TestCase {
    setUp() {
    }
    tearDown() {
    }
}

And make it from menu. For example New ->Class ->TemplateName.

Regards.

Sincerelly,
Yuriy Larin
Java Developer
Nixsolutions Ltd.


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to