up vote 21 down vote favorite
4
share [g+] share [fb]

It's a minor thing, but it drives me nuts that when I type List in Eclipse, it always asks me if I mean java.util.List or java.awt.List when I never ever use java.awt.List. There are other similar cases with name collisions in my own project and more esoteric standard libraries. Is there a way to configure Eclipse to assume that I mean java.util.List unless I go out of my way to specify otherwise?

link|improve this question

61% accept rate
1  
You have articulated a thought that has never surfaced in my consciousness. Great question – Michael Easter Oct 21 '09 at 18:40
Oh, it would be great if you could just select the one you do not like and press Delete like in some other programs. But no ... – Thorbjørn Ravn Andersen Oct 21 '09 at 19:41
I unwittingly duped this question: stackoverflow.com/questions/2073913/… – finnw Jul 16 '10 at 18:08
feedback

1 Answer

up vote 30 down vote accepted

I hear you, man.

Window->Preferences->Java->Appearance->Type Filters

link|improve this answer
2  
I just want to say that after over 20 years of programming, it's funny that this is my most highly rated answer. Maybe I'm better at using IDEs than I am at programming with them. :/ – Jonathan Feinberg Oct 22 '09 at 1:12
It's one of my most highly rated questions too. Scratches an itch! – Chris Conway Oct 22 '09 at 12:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.