generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Also fold files in subdirectories #6
Comments
This interferes with working with large projects, that include sub-projects or sub-repositories. The .ignore plugin had no problem with it. Please implement this feature or fix the bug if it is a bug. |
+1 here. I've got monorepo and the issue is hiding files in 2nd level folders |
This was referenced Sep 16, 2022
This was referenced Sep 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is already a great plugin, however I'd like to see the option to also fold in subdirectories of projects/modules.
Especially for projects made with nx where you are encouraged to divide your project in multiple smaller npm packages. But that also means each of those packages get their own
.browerslistrc
.eslintrc.json
testOutput
etc. Due to the multitude of those packages I also only define the root as an Intellij module.Some way to (optionally) also fold subdirs would be great.
The text was updated successfully, but these errors were encountered: