Action when user runs configuration

已回答

I would like to get an event whenever the user presses the default run or debug run button. How do I link into these to my plugin? I've looked into Executors and RunActionState, and this seems like what I want, I'm just not sure how to actually link in.

0

You can subscribe to com.intellij.execution.ExecutionManager#EXECUTION_TOPIC

0

请先登录再写评论。