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
When working on monorepos, it's possible to use Modules in IDEA, that gives some level of isolation to subprojects. You can load and unload its source code from the IDE, allowing to free up some memory.
As plz spans across all the subprojects, it would make sense to have a global project that will be on the global scope and have full visibility, leaving modules as platform or team-specific workspaces.
I think it would be akin to Bazel projects with the root at .plzconfig.
The text was updated successfully, but these errors were encountered:
When working on monorepos, it's possible to use Modules in IDEA, that gives some level of isolation to subprojects. You can load and unload its source code from the IDE, allowing to free up some memory.
As plz spans across all the subprojects, it would make sense to have a global project that will be on the global scope and have full visibility, leaving modules as platform or team-specific workspaces.
I think it would be akin to Bazel projects with the root at .plzconfig.
The text was updated successfully, but these errors were encountered: