Open Multiple Projects in one Window -- is it possible yet?
Is it possible to open multiple projects inside one instance of IntelliJ IDEA or do you still have to have multiple IDEA's running?
If it's still not possible, is it being considered for a future version?
请先登录再写评论。
craig wrote:
You've always been able to open multiple projects inside one instance of
IDEA, but not within the same window. Multiple windows in an
application is different to multiple instances of the same application;
in fact IDEA cannot be run multiple times on the same machine unless
instances have different configuration directories.
N.
Gotcha, makes sense.