2

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 ;)

roman
  • 889
  • 9
  • 16

2 Answers2

2

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

  • WI-1284 Auto Refresh of Remote Files
CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • 1
    It's been 5 years give or take. Now version 8 is out. What's happening with this feature and when will this feature be implemented? – Pavan Jun 04 '15 at 01:46
0

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".)

user18099
  • 663
  • 1
  • 6
  • 13