eclipse - Linked Files and Folder in IntelliJ -


as previous eclipse user switched intellij able access folder external project inside ide, while developing.

in eclipse using feature creating linked resources.

i wonder if there feature in intellij helps me access external files , folder in similar way (for instance, if want edit configuration of application server located outside project).

yes can adding new content root in module.
project structure (alt+ctrl+shift+s) - modules - "my-module" - + add content root

enter image description here

have contents of added folder available in project.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -