How to run external tool on current file in IntelliJ IDEA

坚强是说给别人听的谎言 提交于 2019-12-10 13:18:30

问题


I need to upload currently edited JSPs to server - via scp. I have pscp on my path on my windows machine.

How do I setup inteliij idea to do this with one click for currently opened file?

(I would be able to set this up in eclipse - via 'run tool' and parameter placeholders)


回答1:


In IntelliJ IDEA this feature is called External Tools. There are various variables that you can pass to the process, including the current file name.



来源:https://stackoverflow.com/questions/13414544/how-to-run-external-tool-on-current-file-in-intellij-idea

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!