roman
roman

Reputation: 919

phpstorm remote host (SFTP) auto download

i just add a new remote project to my phpstorm workspace. if i change some code, it will be automaticly uploaded to my server (sftp). but when something is changed there, nothing happens im my IDE... is there a solution for this? phpstorm V.6.0.

thank so much for your help. ps: i can't change the mode to svn or any other subversion unfortunately ;)

Upvotes: 2

Views: 3519

Answers (2)

user18099
user18099

Reputation: 663

Personally, I have replaced the "Save" key mapping with a macro.

That macro does include the "automatic download" (of a folder) that I need. (from remote dev stack, to local dev machine which has my repo.)

(In addition to other steps that I want to happen "automatically".)

Upvotes: 0

CrazyCoder
CrazyCoder

Reputation: 401965

This feature is not available yet, please follow this request:

  • WI-1284 Auto Refresh of Remote Files

Upvotes: 2

Related Questions