How to be notified about added/removed file in a folder
Hello
we work on a projet using sftp
we have already the possibility to be notified about remote changes on a file
but is it possible to be notified about remote changes on a folder when for instance a file has been removed or added inside of it
without having to right-click on a folder then select "Deployment" then "Sync with Deployed to.." and look for a file removed/added on the server side.
thanks in advance
Jean-Marie
请先登录再写评论。
Hi there,
Nope.
This IDE is built around idea "local code first; remote -- just a copy of local one". It does not have pretty much any functionality (in a scope of functionality that I'm using and aware of) where remote files will be put into higher priority (like you want -- get notified on new remote files automatically).
This ticket seems to be about the same: https://youtrack.jetbrains.com/issue/WI-1284 -- watch it (star/vote/comment) to get notified on any progress.
ok thanks