The company is currently a mac+virtualbox+vagrant environment.
Now the problem is that some code may still need to be easier to debug and write under the IDE, but with FTP or share the way the directory is a lot of problems, what good recommendation do you have? Is it the only way to configure VIM?
Reply content:
The company is currently a mac+virtualbox+vagrant environment.
Now the problem is that some code may still need to be easier to debug and write under the IDE, but with FTP or share the way the directory is a lot of problems, what good recommendation do you have? Is it the only way to configure VIM?
Non-GUI mode, it is best to learn vim it.
Xdebug has remote debugging AH Pro
Xdebug in your virtual machine
ini
xdebug.remote_enable = onxdebug.remote_host = "你的虚拟机能访问到的远程IDE所在IP"xdebug.remote_port = 9000;不过9000端口建议改掉,因为php-fpm默认的端口也是9000,常常会有冲突
The IDE can then be debugged remotely, and eclipse, idea, Phpstorm can