Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run external tool on current file in IntelliJ IDEA

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)

like image 504
Hurda Avatar asked Nov 16 '12 10:11

Hurda


1 Answers

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.

like image 197
CrazyCoder Avatar answered Oct 16 '22 09:10

CrazyCoder