Open ApplicationConfigurable Programatically
Answered
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
Please sign in to leave a comment.
See com.intellij.openapi.options.ShowSettingsUtil
Thank you.