Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I select multiple files and run external tool in PhpStorm?

Tags:

phpstorm

I'v read this topic : Running External Tools in PhpStorm

This works fine for running a external tool against a single file.

This is my setting:
cmd "$FilePath$”

However, I want to pass multiple files to the cmd, something like below

cmd file-a.txt file-b.txt file-c.txt

Can I achieve this in PhpStorm?

like image 361
yaquawa Avatar asked Oct 15 '25 16:10

yaquawa


1 Answers

Such functionality is not yet implemented.

You may watch (star/vote/comment) after these tickets (or any related tickets) to get notified on progress:

  • https://youtrack.jetbrains.com/issue/IDEA-129069
  • https://youtrack.jetbrains.com/issue/IDEA-97869
  • https://youtrack.jetbrains.com/issue/IDEA-90239
like image 78
LazyOne Avatar answered Oct 18 '25 13:10

LazyOne