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 开发者_如何学JAVAsee 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.
![How to hide some Eclipse autocomplete results [duplicate] How to hide some Eclipse autocomplete results [duplicate]](https://i.stack.imgur.com/EJ32j.png)
Check this out:
Window > Preferences > Java > Appearance > Type Filters
and add the java.awt package
加载中,请稍侯......
精彩评论