How to open another file from the same project in the same window(new tab) like in eclipse
Answered
Hello, I am a CS student here and I frequently I will be working on a project, and I will quickly open a file from another project for reference from the explorer in Eclipse. I want to know if this is possible with IntelliJ Idea. I will post a screenshot for clarity.
Thank you!
In the photo I am working on Assignment 7, but I have a file open in another tab from the Assignement 6 project, and i can easily switch back and worth while staying in the same window. I really want to do this with IntelliJ

Please sign in to leave a comment.
Please check https://www.jetbrains.com/help/idea/2016.3/eclipse.html.
Workspace in Eclipse corresponds to a Project in IntelliJ IDEA, so you need to have one project with multiple modules (one per assignment).
You can add more modules to the existing project and define their content and source roots: https://www.jetbrains.com/help/idea/2016.3/creating-a-module-by-importing-existing-sources.html.