As stated before, it is just an example. But simular cases occur frequently.
"Thomas Singer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > > Suppose, (the class is totally irrelevant) > > > > List list = > > > > and I want to change List to ArrayList, I usually type > > > > Arr|List list = > > Hm, I'd rather make the opposite, change ArrayList to List... > > Tom > > > On Fri, 19 Jul 2002 17:24:44 +0200, "Willem Salembier" > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Maybe it's because of me, but I'd think that the following scenario could be > > a great enhancement to the already pretty perfect autocompletion feature of > > IDEA. > > > > Suppose, (the class is totally irrelevant) > > > > List list = > > > > and I want to change List to ArrayList, I usually type > > > > Arr|List list = > > > > and press C^-Space to type faster and get a list of options > > > > When I choose ArrayList, I get > > > > ArrayList|List list = > > > > and I have to erase the double occurence of List myself. > > > > It's a pity IDEA didn't automatically recognized that the suffix was already > > there. > > > > What do you think? > > > > (Maybe I'm getting too lazy using this fantastic IDE. But there are > > situations where class names are much longer to type entirely) > > > > Regards, > > > > Willem > > > > > > > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
