I've looked on the IntelliJ Plugin SDK docs but couldn't find where the API to toggle items under the View submenu, such as the toolbar
or status bar
visibility, is located?
Something like:
ViewAPI.setStatusBarVisible(false);
The API class containing these is UISettings
.
UISettings.getInstance().setShowStatusBar(false);