I agree with Carlos. While programming by intention on an already defined method (in Carlos example someMethod() ) it would be great to have 2 options: the one currently available "create method" plus a new one "introduce parameter" to the already defined method. Are we on the same page Carlos?
"Carlos Costa e Silva" <[EMAIL PROTECTED]> wrote in message news:ad8ms8$jr6$[EMAIL PROTECTED]... > Could we have an introduce parameter from the other side please:) > > void someMethod() { > ... > } > > void test() { > Something something; > someMethod(something); > } > > Result after introduce parameter: > > void someMethod(Something something) { > ... > } > > > I think find that I would find this very useful. > > The first time I read about a new refactoring Introduce Parameter I thought > this was it. > > Carlos > > -- > Carlos Costa e Silva <[EMAIL PROTECTED]> > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
