Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ungroup empty folders #2646

Closed
juefeiyan opened this issue Jan 26, 2024 · 4 comments
Closed

Ungroup empty folders #2646

juefeiyan opened this issue Jan 26, 2024 · 4 comments
Assignees

Comments

@juefeiyan
Copy link
Contributor

Is this a question?
no

Can this functionality be implemented utilising API?
no

Is your feature request related to a problem? Please describe.
sometimes I need to add files in the middle folder, for example, if the main class of my java project is in
com/a/b/c/app/Main.java, I might need to add a folder under
com/a/b/c/config, for now, I am not able to do it.

Describe the solution you'd like

  1. When a user expand_or_collapse a folder, it will first group the empty folders and show the files in the last folder
  2. When a user expand_or_collapse a grouped open folder, it will ungroup all empty folders, but the status of all folders is still 'open'
  3. When a user expand_or_collapse an ungrouped open folder, it will close all folders and files, and the status will be back to step 1

Describe alternatives you've considered
nothing

Additional context
Add any other context or screenshots about the feature request here.

@juefeiyan
Copy link
Contributor Author

Can anyone assign this task to me? I am happy to implement this future as my first PR on the GitHub

@geril2207
Copy link
Collaborator

If I undrestood you correctly, you can do it by changing path input
image
image

@juefeiyan
Copy link
Contributor Author

juefeiyan commented Jan 26, 2024

thanks, I used this way before, but sometimes the path is complicated and long, it is painful if I need to figure out the correct path

@juefeiyan
Copy link
Contributor Author

#2647

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants