intellij-foldable-project-view
intellij-foldable-project-view copied to clipboard
Store plugin settings in .idea
First of all, thanks! Like, really, thank you!
Currently, the only way to hide files and folders that I can't just .ignore is to put them in plugin settings, however I don't see file being created in .idea/
folder (like sonarlint, for example, does).
I would love to see configuration in settings being stored in .idea
folder, or at least have an ability to enable this behaviour. Or maybe some .foldablerc
file (that can contain itself to hide) ?
Cheers!
Great plugin. Thank you devs.
I would like to see this too.
I see the config is saved to .idea/workspace.xml, but this is ignored in my .idea/.gitignore (recommended). Would be great to see a config similar to the shared one like the one for scopes (e.g. .idea/scopes/<app_static_css>.xml).
As with some other options in the IDE, the plugin should itself have the option to make it shareable or local (so it either stores itself in workspace.xml
or at a shareable file, which we could commit to the repo.