to run some console commands

Hello,
Working in PhpStorm 2016.2.1 I have to run some console commands, specific to a current project.
I would like to have possibility to keep in project list of commands and selecting one of these commands to run it in console seeing output?
If there is such possibility?

Thanks!

0

Yes, you can preconfigure some of them in File | Settings | Tools | External Tools

https://www.jetbrains.com/help/phpstorm/2017.1/external-tools.html

0

If you need per-project tasks you can install the BashSupport plugin. You can then add your scripts as named Run/Debug configuration.

0

请先登录再写评论。