javaeclipseuser-interfaceinstallationpackage-explorer

Eclipse IDE set up only methods of class be visible in package explorer


Eclipse IDE. When I click on java class file in package explorer, it opens (unfolds) inside of package explorer and I can see the list of classes, methods and variables (fields) which are in this class. My question is - can I set it up this way: to only Methods be visible (no fields in the list)?. It could really help with navigation inside big classes. I am sorry, too much trash results in google.

Image representation of what i want


Solution

  • From Java Element Filters Dialog :

    This dialog lets you define Java element filters for the Package Explorer view and other Java views.

    There should be a "Filters..." toolbar button to open this dialog ...