So I've added remote server to phpStrom and I can change files there. But if I delete files they disappear only from my computer not on the server. How to delete files from remote server using phpStorm?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
To manually delete files from remote location -- use Remote Host tool window (or Tools | Deployment | Browse Remote Host
if it's not visible) -- navigate and delete any file(s) you want.
For keeping your remote host in sync with local (i.e. to delete remote file as soon as local gets deleted as well) you need to enable automatic upload in Settings | Deployment | Options
, in particular:
- Upload changed items automatically to the default server
- Delete target items when source ones do not exist
Obviously, you need to configure all those options as most suitable to your workflow.