Just started using PHPStorm and I like the FTP sync function that’s built-in. Is there a way for me to have the “Sync With Deployed mywebsite.com” screen pop-up using a keyboard short-cut? If not, any way I can bind a set of keys for this task? Thanks!
Share
It’s not possible to assign a keyboard shortcut directly for the server specific synchronization action, only for the generic
Sync with Deployed to...action that will show a pop-up with the list of configured servers. If you have only one server, just confirm it with Enter or a number.However, you can record a Macro:
Edit|Macros|Start Macro Recording.Tools|Deployment|Sync with Deployed to <server name>, close the sync window.Edit|Macros|Stop Macro Recording.Sync with <server name>.File|Settings|Keymap, underMacrosnode right click on the new sync macro that you’ve just recorded andAdd keyboard shortcut.