Closing unused modules in intellij idea like in eclipse

后端 未结 5 1566
半阙折子戏
半阙折子戏 2021-02-05 02:29

As I know for now there is no any feature to do that in intellij idea. I dont know why but they dont support to do that, at least this is the result which I found with all my re

5条回答
  •  长情又很酷
    2021-02-05 02:54

    Closing unused modules in intellij idea like in eclipse?

    You can make that module directory as excluded from that project.

    Right clicked on the directory, then goto Mark Directory As -> then click Excluded it

    To Add a module back, click on Project Structure button, then goto Modules section, then you can add them back

    enter image description here

提交回复
热议问题