Editor tabs?
已回答
Hi all. I'm running win 10, I am new to Intellij, taking a course on Java and I am having the hardest time with the editor tabs. Why can't I open more than one? I want to be able to compare my previous code to what I'm learning. This should be elementary. I have gone to the editor tabs options and made sure they're not set to none, and whenever I open a new project I'm always asked if I want to run it in a new window or the same but it doesn't give me the option to open a project in a new tab. If I choose the same, it closes my current project and opens the new one. What am I doing wrong here?


请先登录再写评论。
Please see https://www.jetbrains.com/help/idea/migrating-from-eclipse-to-intellij-idea.html#no-workspace.
IntelliJ IDEA has no Workspace concept, so you can't have multiple projects open in one IDE window.
If you need to have access to multiple projects within one IDE window, you need to configure these projects as modules within the same project.
It has no relation to editor tabs at all.
interesting. Thank you for your response