Hi,

can IDEA help me with completing Strings?
I often use var-names in Strings and would love it, if IDEA helped me when I
press Ctrl-Shift-Space...


E.g.

        Object myObject = new Object();

        Map map = new HashMap();
        map.put ("myO


completes to:

        map.put ("myObject



Johannes Schneider

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

Reply via email to