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