Running run configuration programmatically without creating a plugin

已回答

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 ?

0

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?

0

请先登录再写评论。