You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclipse has a settings for custom rules to define replacements for how package names are shown;
com.mycompany.myproject=..
com.mycompany=..
Something like the previous example make Eclipse replace these package names with dots. This make things less repetitive and helps reduce the need to have a wider primary sidebar in order to read the class names. Maybe showing the complete package name on hover is good too.