IDE-only on Windows and all other stuff on Linux

Hi.

I'm using a Windows laptop as most of my tools run under Windows only. But I feel more comfortable with Linux when it comes to webserver environments. At the moment I'm using a Virtual Box VM running Debian with a GUI using Eclipse as IDE. In this VM I can code and execute my projects, but I'm tired of switching between VM GUI and Windows.

Now I'm looking for a how-to for running PhpStorm on Windows but keep all the rest in Linux. I've read about remote servers and remote interpreters, but I think remote servers is not what I am looking for. I want to keep the code in Linux only, as I'm using symbolic links and want to keep Linux file permissions too. Also I want to keep tech stack nearly the same as the production servers, so Nginx, PHP, Git, MySQL and so on should run in Linux. In especial I want PhpStorm to use Git capabilities in my Linux VM.

Is this possible? Can anyone point me to some manuals?

0

I want to keep the code in Linux only

This requirement makes it impossible. I'd suggest that you go with something like X2go or similar X forwarding technology to have kinda local PhpStorm window running in a VM.

0

请先登录再写评论。