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

Store plugin settings in .idea

Open AdamBrianBright opened this issue 2 years ago • 2 comments

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!

AdamBrianBright avatar Nov 20 '21 08:11 AdamBrianBright

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).

jshwi avatar Dec 01 '21 11:12 jshwi

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.

igorsantos07 avatar Jul 23 '22 15:07 igorsantos07