7

I am new to PhpStorm. I want to edit files on remote host without mapping (like in PhpDesigner). I configured server, opened in on Remote Host window and I watch all files, but when I click on file it is not open in editor. How to do this?

Aristona
  • 8,611
  • 9
  • 54
  • 80
  • 2
    Currently there's no official way to edit remote files without local copy. See [this](http://stackoverflow.com/questions/14310339/using-remote-server-in-phpstorm#comment19882648_14310339) and [this](http://devnet.jetbrains.com/message/5287181;jsessionid=6FDDFB37B1A014A85C8AD46FD2A4DCDB#5287181). – LazarusX Sep 21 '13 at 12:52
  • 1
    A ticket to watch: http://youtrack.jetbrains.com/issue/WI-1398 – LazyOne Sep 21 '13 at 14:22

2 Answers2

3

In new EAP version of PHPStorm You can edit remote file. http://blog.jetbrains.com/phpstorm/2015/04/remote-edit-in-phpstorm-9-eap/

peektoseen
  • 55
  • 7
2

You can only edit local files. This is a lacking in IntelliJ platform IDEs. Sorry for this. You can take a look at this ticket, or make one for yourself as a feature request.

Games Brainiac
  • 80,178
  • 33
  • 141
  • 199