Cannot make use of macros as the recording of the macro do not record the selection of the run configuration, e.g. all such macros use the last used run configuration and perform always it
Hmm. How about this -- reposition your configurations in the run/debug configuration dialog. Then, the ones you place on top will remain there in the run configuration selection dialog (Run | Run...), allowing you to quickly run them.
Hi,
It should be possible to record a Macro action to run a specific configuration. You can even assign a shortcut for it.
https://www.jetbrains.com/help/pycharm/using-macros-in-the-editor.html
Cannot make use of macros as the recording of the macro do not record the selection of the run configuration, e.g. all such macros use the last used run configuration and perform always it
Hmm. How about this -- reposition your configurations in the run/debug configuration dialog. Then, the ones you place on top will remain there in the run configuration selection dialog (Run | Run...), allowing you to quickly run them.
I found this plugin https://plugins.jetbrains.com/plugin/13414-run-configuration-as-action which does exactly what I wanted, so I would say this could be assumed resolved question as there's known solution. Thanks