netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

allow to hide some java packages from projects view

Open mkleint opened this issue 10 months ago • 2 comments

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 Screenshot 2024-04-11 at 10 23 50 am

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

mkleint avatar Apr 11 '24 00:04 mkleint

Useful addition, avoid much of mouse scrolling.. +1 . There could be a virtual folder with "hidden" packages. Actually just a view management tag.

istinnstudio avatar Apr 12 '24 08:04 istinnstudio

Maybe it should be created as a filter for displayed packages? For example: by name: regex, by package access: exported, open, locked.

PavelTurk avatar Apr 15 '24 09:04 PavelTurk