netbeans
netbeans copied to clipboard
allow to hide some java packages from projects view
Description
in our company we use a system of project templates that create some packages present in every project. while I want/need them on classpath (thus can't mostly delete them), I would like to hide them from view. In the screenshot below everything that start with au.com.foxtel.bedrock
Use case/motivation
hiding such packages would clear up the view and allow me to orient myself better in codebases.
Related issues
No response
Are you willing to submit a pull request?
No
Useful addition, avoid much of mouse scrolling.. +1 . There could be a virtual folder with "hidden" packages. Actually just a view management tag.
Maybe it should be created as a filter for displayed packages? For example: by name: regex, by package access: exported, open, locked.