What PHP IDE can open a shared folder under a Mac? Our company's project is shared on the LAN computer, after mapping the virtual drive, looking for an IDE tool, you must be able to import the project directory structure into the IDE, please recommend
Reply content:
What PHP IDE can open a shared folder under a Mac? Our company's project is shared on the LAN computer, after mapping the virtual drive, looking for an IDE tool, you must be able to import the project directory structure into the IDE, please recommend
It is recommended to write PHP directly with the editor, such as arom,textmate,sublime text. As for the project directory, anyway, in a directory, with the editor to open the directory directly, if you can attach the network disk to the Mac, and the local directory is no different.
Most IDES support remote deployment, and you can set up FTP or SSH services on the same machine you want to share, and it will be solved quickly by remote deployment. Don't use any shared folders, don't you think it's slow?