Search code examples
eclipseintellisensecontent-assist

Is there a way to remove private members from Content Assist in Eclipse


I'm in Eclipse writing Java. I come from Visual Studio with Resharper writing C#.

When Content Assist comes up, I see all the private members of a class, even though I'm not editing that class. Is there a way I can turn that off?

It's really distracting.


Solution

  • Window -> Preferences -> Java -> Editor ->Content Assist -> Hide proposals not visible in the invocation context