Title: SV: [Eap-features] Surround parameter in method call

+1

-----Oprindelig meddelelse-----
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sendt: 26. marts 2002 20:51
Til: [EMAIL PROTECTED]
Emne: [Eap-features] Surround parameter in method call



When I do a code completion on

        anotherObject.anoth|someObject.someMethod()

I end with

        anotherObject.anotherMethod()someObject.someMethod()

when many/most times what I want is

        anotherObject.anotherMethod(someObject.someMethod())


My laziness would be many times increased if Idea had a simple way of
automatically including the parameter in the method.

Maybe control-enter as the completion key could automatically include
the statement after the cursor as the method parameter?


Carlos

--
Carlos Costa e Silva <[EMAIL PROTECTED]>


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

Reply via email to