Reputation: 3101
I have defined several command line tools in PhpStorm.
Is there a way to create custom buttons for calling this scripts?
I can't find any settings for this in the preferences panel.
Upvotes: 3
Views: 2039
Reputation: 41
Tools -> External Tools -> Test Command
Appearance & Behavior -> Menus and Toolbars -> Main Toolbar -> Toolbar Run Actions
with link to created command.Upvotes: 4
Reputation: 3433
Create command and check all in Show in
section. You can find your command in menu Tools -> External Tools -> Test Command
But i prefer to assign hotkey =)
Links:
https://confluence.jetbrains.com/display/PhpStorm/Running+External+Tools+in+PhpStorm
https://www.jetbrains.com/phpstorm/help/external-tools.html
Upvotes: 6