Remote Development SSH Without Downloading Files Follow
My job does not allow me to have any source files on my machine. All files must remain on the server. Right now I am able to work using VS Code and their Remote - SSH plugin but I hate it.
Is there any way I can use PhpStorm in a way that does not copy the files from the remote server?
Please sign in to leave a comment.
Hi there,
Not really. https://youtrack.jetbrains.com/issue/IDEA-226455
Perhaps you can try a file system that can work over SSH? Note: it will be slow, especially for initial indexing / on project startup...
P.S. There is a Projector project that allows running whole IDE on the server side and access it even via browser ... but that's a bit different beast... Have a look anyway: https://lp.jetbrains.com/projector/
A few articles (in Russian though, Google Translate should be enough to have an overall understanding of how it works):