This is just an example.
E.g.: General
has a list of subsettings.
I want to have an action to navigate directly to General setting, so I’m using this:
ShowSettingsUtil.getInstance().showSettingsDialog(project, "General")
It works, but the list of subsettings is not expanded by default. It makes users might need to click on the icon to expand it. Is there any solution to expand it by default?
I’m trying to read this but it seems to not have it.