Appearance
There are useful tools, such as the Internal Actions menu, that are only visible if internal mode is enabled in Consulo.
Setting Internal Mode in the IDE Properties File
There are multiple ways to enable internal mode, but the simplest is within Consulo:
- Start Consulo.
- From the main menu, select Help | Edit Custom Properties. This selection opens Consulo's
idea.propertiesfile. If it does not exist, Consulo will prompt to create one. - Add the line shown below to the
idea.propertiesfile:
properties
idea.is.internal=true- Save the
idea.propertiesfile and restart Consulo.
The Internal Actions menu is available in Tools | Internal Actions.