Mở nhiều project, module cùng lúc trong Intellij.
1. Project và Module trong Intellij
Nếu trước đây bạn quen sử dụng Eclipse hay Netbean thì có thể sẽ hơi nhầm lẫn khi chuyển sang Intellij.
Trong Intellij, Project tương ứng với Workspace trên Eclipse. Còn mỗi module trong 1 project của intellij tương ứng với 1 project trong workspace trên Eclipse.
2. Mở nhiều module trong Intellij
Ví dụ hiện tại mình đang mở project stacjava và có sẵn 1 số module đang mở.
Muốn mở thêm module mới ta làm như sau:
File > Project Structure
hoặc click vào icon structure
Trong Project Structure, ở panel bên trái chọn Module, sau đó click vào icon +
để thêm mới module
Ở đây mình tạo mới module nên sẽ chọn New Module
, bạn cũng có thể chọn Import Module
nếu đã có sẵn
Ví dụ mình tạo module Java với tên là hello-world
Sau khi tạo xong module hello-world
nó sẽ xuất hiện trong project structure
Okay, Done!
References: https://www.jetbrains.com/help/idea/creating-and-managing-modules.html