I'm developing Wicket applications in Eclipse 3.6. Is there a way to block out some packages from Eclipse autocomplete, so that I don't see suggestions for the unwanted AWT classes with the same name? I'd like to see the org.apache.wicket
result below, but not the java.awt
result.
Open menu Window, then Preferences. Follow path Java -> Editor -> Content assist. Now mess around with the settings to find your ideal setup. I believe what you'll want is to deactivate Insert single proposals automatically.
In Eclipse go to Window -> Preferences -> General -> Keys and remove the binding for the command Content Assist. That would remove the possibility to bring up the suggestions using ctrl+Space.
Check this out:
Window > Preferences > Java > Appearance > Type Filters
and add the java.awt
package
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With