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

  1. Clone it
  2. This project has "common" folder
  3. Change something in it
  4. Commit project
  5. Folder ''common' autsync with "share" remote repository
  6. Open another project
  7. Folder "common" autosync with share "remote" repository

 

0

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. 

 

0

请先登录再写评论。