Eclipse content assist

When I use the Eclipse Content Assist ( Ctrl + Space ), I do not want to see methods inherited from the class of the object. I looked at the Eclipse help , but I cannot figure out how to do this.

+5
source share
1 answer

You can use type filters to ignore the java.lang.Object class. This dialog can be found in the section "Settings → Java → Appearance".

Type filters in eclipse

+5
source

All Articles