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

Store plugin settings in .idea #13

Open
AdamBrianBright opened this issue Nov 20, 2021 · 2 comments
Open

Store plugin settings in .idea #13

AdamBrianBright opened this issue Nov 20, 2021 · 2 comments

Comments

@AdamBrianBright
Copy link

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!

@jshwi
Copy link

jshwi commented Dec 1, 2021

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

@igorsantos07
Copy link

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.

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

No branches or pull requests

3 participants