+1 "Jacques Morel" <[EMAIL PROTECTED]> wrote in message ahf8cu$nm4$[EMAIL PROTECTED]">news:ahf8cu$nm4$[EMAIL PROTECTED]... > void print(MyObject o) { > } > > void foo() { > print(o); > } > > ===== > > void foo() { > print(o, 10); <- Alt-Enter only has create print(MyObject, int) > > It should have Introduce parameter int > > Jacques > >
_______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
