Module settings dialog
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?
请先登录再写评论。
com.intellij.openapi.roots.ui.configuration.ModulesConfigurator#showFacetSettingsDialog() does the trick
great! thx!