2020-09-04 13:24:02 -07:00

965 B

title
Internal Actions - UI Submenu

The Internal Actions UI submenu provides IntelliJ Platform plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform project UI.

Tip

If the menu item Tools | Internal Actions is not available in IntelliJ IDEA, then the first step is to Enabling Internal Mode

The Tools Available on the UI Submenu

Here are some of the tools available on the UI submenu of the Internal Actions menu:

  • UI Inspector is a tool to get an internal description with the properties of each UI element.
  • LaF Defaults provides a way to lookup the key-value pair for a UI element, and the ability to prototype the color of UI Controls.