You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: