Running run configuration programmatically without creating a plugin
Answered
I want to run configuration from the list of available run configurations programmatically. The application on which I am working on will have a logic to identify which run configuration to be run, run it and then run some other logic. This is something which is not possible by creating a plugin.
Is it possible to do something like this ?
Please sign in to leave a comment.
As far as I understand, the only way to run something programmatically in IntelliJ IDEA is via a plug-in and using the corresponding API. Why do you think it's not possible by creating a plug-in?