IntelliJ API select Run/Debug Config

已回答

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

Luke,

You can access the project's configurations with:

RunManager.getInstance(project).getAllConfigurationsList()
0

请先登录再写评论。