Quick Remote Edit
Hello,
I am in the process of evaluating PHPStorm and so far love it. I am coming from using NuSphere's PHPed, and one thing it does that I can't find the equivalent in PHPStorm is a way to just quickly connect to a remote host to edit a file.
I don't want to make a whole project and download all the code, just a quick edit on the remote host.
Can PHPStorm Do this?
Thanks,
Bryan
Please sign in to leave a comment.
Hi Bryan,
No, currently it is not possible without creating a project as whole IDE is build around must-have-local-project doctrine/approach. You have to create a project and define Deployment entry, but there is no need to download all files -- just download what you need (but you may see tons of warnings if those files referencing other functions/classes/css/images/etc and they are not available locally).
http://youtrack.jetbrains.com/issue/WI-1398