ubuntu - IDE connect to VM as if programming locally -
is there way me have ide running in host side (phpstorm) connects vm (vagrant etc) in such way can edit project resides in guest side feels project in host side?
i know can use ftp or ssh browse through remote files, treats vm separate machine in same network. using make phpstorm features unusable quick file searches, mapping of code definitions etc. know can download code host side , sync. if have many projects in vm, can bit tedious download sources first started. if download few files first, can't search on other files. there way have setup this?
- guest holds code
- guest has third party dependencies (memcache, etc)
- ide in host side
- ide accesses code in guest treats local code
- host browser accesses output via accessing guest's url (no problem here)
i have windows host , ubuntu guest on vm. workstation runs guest running when fire phpstorm ide on ubuntu, guest slows down point of being unusable. have made optimizations host, guest , ide still slow down persists. when use phpstorm in host side, machine runs smooth, lead me pursue setup described above.
i code work on linux environment need windows tools every , dual boot setup not good. tried mounting folders windows guest via vagrant config because of symlink , file system incompatibilities, did not work.
if having kind of setup or if think impossible, or alternative better, let me know. can't seem find online resource phpstorm's site , vagrant can give me clue achieve this.
Comments
Post a Comment