Share folders between project
已回答
How I can share my own folder between project. Something like as https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#settings-repository but only my files.
For example.
I have project
- Clone it
- This project has "common" folder
- Change something in it
- Commit project
- Folder ''common' autsync with "share" remote repository
- Open another project
- Folder "common" autosync with share "remote" repository
请先登录再写评论。
Hello,
It's not possible using IDE features, but possible via VCS
You could add any folder as a content root in IDE. So you could chekout "common" folder in new project (or somewhere on local drive) and add it as a content root.