Multiple Jetbrain IDE sharing the same project directory

--- This concern may have been discussed somewhere else before (but i didn't find anything) ---

I am using both CLion and Webstorm on a Nacl/Dart project.
Everything runs fine when i set both project root in different directories... but if i use the same project root on both IDE, they seems to override their .idea config files (workspace/plugin)... That's creating a lot of anoying popup... :S


Is there a way to avoid that? Or am I really forced to use different directory?

Thanks

22

I believe JetBrains is being too lazy and simply ignoring this critical customer requirement, taking advantage of their market position. There’s no excuse for it, and it’s a sad reality.

0

Jetbrains products have become the new Eclipse circa 2010s- it is very slow and buggy. I thought perhaps to remedy this I could try to use different language-specific IDEs for each portion of my monorepo (it has directories for a backend api using Go, and other directories for bootstrapped Vue apps) and only index the language I need for that IDE. But all the IDEs reference the same .idea folder… So if I mark some directories as excluded in one IDE, they're excluded in *all* IDEs. This is incredibly frustrating. The only thing keeping me from switching to VSCode at this point is that I'd have to learn a whole new IDE which I really don't want to do. Please fix. At least allow us to customize the name of the `.idea` folder the IDE uses in a project so I can have different configurations per IDE.

0

请先登录再写评论。