Thanks, I wasn't aware it was already there. Which proofs again how excellent IDEA is ;-)
Willem "Nathan Brown" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Try using TAB to select the option rather than space. > N. > > Willem Salembier 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
