Option to auto-deploy file on save?
Hi,
I'm using a remote server to do my programming work and it would be really nice to have a feature where saving a file on the local IDE automatically pushes it to my configured SFTP target. This will speed up my debugging/testing cycle because I have to right click the file and manualliy select Upload to .. right now.
Also, it would be _really_ nice to be able to push only changed files up to the server... When I do a deployment right now, it tries to copy all 1000 files over and takes forever.
Thanks
Please sign in to leave a comment.
Okay, so I figured out that I can create a Macro to Save All and then Upload to Remote. Problem solved there.
Now about that second one where remote deployment uploads all files ...
Hello,
Next EAP build will have a feature to upload files and folders automatically. It will also track renames/moves of files and folders.
Current build has an option named 'Overwrite up-to-date files' (Settings | Remote Deployment | Options). Turning this off should help you. Also you may need to turn 'Preserve files timestamps' on since up-to-date check relies on files timestamps.
Regards,
Kirill
Thank you Kirill.
Can't wait to buy the final product. This is the most well-composed IDE I've found for PHP. Thanks for all the effort.