Reputation: 163
When I use Eclipse's Content Assist (Ctrl + Space) I don't want to see the methods inherited from the object class. I searched through the Eclipse help but I can't seem to figure it out.
Upvotes: 5
Views: 262
Reputation: 11757
You can use the type filters to ignore the class java.lang.Object
.
This dialog can be found under Preferences -> Java -> Appearance.
Upvotes: 5