vote up 11 vote down star

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?

flag

65% accept rate
1  
You have articulated a thought that has never surfaced in my consciousness. Great question – Michael Easter Oct 21 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 at 19:41

1 Answer

vote up 17 vote down check

I hear you, man.

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

link|flag
1  
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 at 1:12
It's one of my most highly rated questions too. Scratches an itch! – Chris Conway Oct 22 at 12:40

Your Answer

Get an OpenID
or

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