Open ApplicationConfigurable Programatically
已回答
Hi,
I have created an application configurable to add my plugin settings. I want to provide a link to it from a notification. How can I open the plugin settings panel programatically?
Many thanks,
Bala
请先登录再写评论。
See com.intellij.openapi.options.ShowSettingsUtil
Thank you.