Giannis Krimitzas
Giannis Krimitzas

Reputation: 163

Eclipse Content Assist

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

Answers (1)

LaurentG
LaurentG

Reputation: 11757

You can use the type filters to ignore the class java.lang.Object. This dialog can be found under Preferences -> Java -> Appearance.

Type Filters in Eclipse

Upvotes: 5

Related Questions