Module settings dialog Follow
I'm looking for the class in SDK that is responsible to navigate to the module settings dialog, to a particular facet.
I suspect it could be the ModuleManager(Impl) but couldn't figure out how to open the dialog. Am I looking in a wrong place?
Please sign in to leave a comment.
com.intellij.openapi.roots.ui.configuration.ModulesConfigurator#showFacetSettingsDialog() does the trick
great! thx!