Search code examples
intellij-ideawebstorm

How can I create a toolbar button to start a run configuration?


In our project, we have several run configurations.

enter image description here

For certain test scenarios, I find myself constantly having to run the same configurations in succession over and over again. This is cumbersome and can't be solved with the Before launch options in the configuration, as the configurations are long-running processes.

I know that I can press F5 and pick a run configuration from the list and I know that I can invoke a run configuration from the Search everywhere action, but I want a simple button on a toolbar.

I can't find a way to do that. What am I missing?


Solution

  • Not currently possible, please vote for IDEA-75078 and linked tickets