intellij-foldable-project-view icon indicating copy to clipboard operation
intellij-foldable-project-view copied to clipboard

Plugin for IntelliJ-based IDEs folding root files in the ProjectView

Results 39 intellij-foldable-project-view issues
Sort by recently updated
recently updated
newest added

Current pull request contains patched `CHANGELOG.md` file for the `v1.1.2` version.

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](https://github.com/nrwl/nx) where you are encouraged...

In my case, all *.log files are gitignored. But they show even if they ignore them manually: ![image](https://user-images.githubusercontent.com/6045971/145034766-fd815f24-7fcb-4494-a807-e855928ae7a6.png) (I want `snippets.build.log` to be hidden, doesnt hide it even if I...

![image](https://user-images.githubusercontent.com/7463564/135762317-eee1a0c4-ba46-4262-9bb9-e0964ea60fd0.png) Not sure what is the reason, but probably because `core` is just a directory and not a project because it is working in all projects.

I have a checkmark at 'Hide ignored files' under `Tools>Foldable ProjectView`, but the ignored files are still shown in green in the project view. It worked with the discontinued .ignore...

For some reason, the .idea folder stops tracking as soon as you add it to the git tracking. When you right click the .idea folder and click "Add to .gitignore"...

For now, it is possible to create folding rules from scratch only. It should be possible to reuse an existing set of rules from an external ignore-like file, like `.gitignore`...

enhancement

Introduce a possibility to create multiple named folders – not only the default one: `Folded files: #`, but also custom ones that you may define on your own. Each named...

enhancement

Folds as expected in the main `Project` scope, but if I select a user created scope (`Project Included` in the picture below), then folding no longer works. ![image](https://user-images.githubusercontent.com/11450769/127261256-7a0db88e-4883-46a3-a197-f0a065c138c4.png) Love the...

# Feature Request Please implement the possibility to add files to a certain config file in the root of a project which defines which files/folders to hide. This will allow...