That would be nice to have such a feature with the following template :

        StringBuffer sb = new StringBuffer(50);
        sb.append("fieldA=" + fieldA + ",");
        sb.append("fieldB=" + fieldB + ",");
        ....
        return sb.toString();


actually i've made a live template called "sb" that output a
sb.append("fieldX=" + fieldX + ","); line but that would be way much cooler to
have the 'constructor like' feature

Gilles Philippart



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

Reply via email to