Linked Files and Folder in IntelliJ

前端 未结 2 1982
星月不相逢
星月不相逢 2020-12-31 01:44

As previous Eclipse user switched to IntelliJ I would like to be able to access folder external to my project from inside the IDE, while developing.

In Eclipse I was

2条回答
  •  -上瘾入骨i
    2020-12-31 02:17

    Yes you can do it by adding an new content root in your module. You do that from
    Project Structure (alt+ctrl+shift+s) - Modules - "My-Module" - + Add Content root

    enter image description here

    Now you have the contents of the added folder available in your project.

提交回复
热议问题