Execute arbitrary script every time I save a file
Hi,
How can I have PyCharm execute a script every time I save a file in the IDE, e.g. I want PyCharm to scp over my project to a remote machine every time I make a change/save on my local copy.
请先登录再写评论。
PyCharm Professional supports remote deployments over scp. It also supports "file watchers" that can run custom commands.