I wish I could alternatively repress and reveal (sic) the presence of inherited members in the code completion. I looked for a dialog setting for this and found none.
The reason i want this is because often I am treating the Object as the declared type specifically, MyObjectType, and only want to see the methods I have defined for it, not everything plus the kitchen sink that it has inherited starting from Object.
Currently, IntelliJ "knows" which are inherited and which are not because it makes the members which are not inherited bold. So making all those which are not bold go away (as an option) seems possible