Remote development on phpstorm

Hello, is it possible to work on remote server using only ssh connection ? When im trying to setup remote development there is always remote ide running on server taking several gigabites of memory and its very slow. I just need to have access to remote files not running any software on remote server. Right now im using sshfs to “simulate” remote server on local workstation but i do not belive that there no better solution ( except running remote IDE which is useless in this case ). 

 

thanks

 

m.

0

Hello,

You may configure Deployment and access remote servers file system via SSH (SFTP) directly, open and edit files:
https://www.jetbrains.com/help/phpstorm/remote-host-tool-window.html

Please take note though that it has limited usage. 
Most inspections, code navigation and search would not work as they require a local index to be built. However, you may use this connection to download/upload/sync your project with a local copy.

0

请先登录再写评论。