IntelliJ API select Run/Debug Config

Answered

Hey, is there a way to write a Plugin which can access all Run/Debug Configs of an open project, and can select one from them?

I want to switch between the two most resently used Configs.

0
1 comment

Luke,

You can access the project's configurations with:

RunManager.getInstance(project).getAllConfigurationsList()
0

Please sign in to leave a comment.