AppCode 2021.1 Help

Configure the IDE

In AppCode, you can configure the settings on two levels: the project level and globally.

Types of settings

Global settings apply to all projects of a specific installation, or version, of AppCode. Such settings include IDE appearance (themes, color schemes, menus and toolbars), notification settings, the set of the installed and enabled plugins, debugger settings, code completion, and so on.

To configure your IDE, select AppCode | Preferences. Alternatively, press ⌃⌥S or click the Preferences button on the toolbar.

Settings that are NOT marked with the For current project icon in the Preferences dialog are global and apply to all existing projects of the current AppCode version.

Global settings marked in the Settings/Preferences dialog

Restore IDE settings

When you restore the default IDE settings, AppCode backs up your configuration to a directory. You can always restore your settings from this backup.

Back up your settings and restore the defaults

  1. From the main menu, select File | Manage IDE Settings | Restore Default Settings.

    Alternatively, press Shift twice and type Restore default settings.

    AppCode shows a confirmation popup:

    Confirmation popup
  2. Click Restore and Restart. The IDE will be restarted with the default configuration.

When AppCode restores the default IDE settings, it creates a backup directory with your configuration in:

Syntax
~/Library/Application Support/JetBrains/<product><version>-backup
Example
~/Library/Application Support/JetBrains/AppCode2021.1-backup

Apply the IDE settings from a backup

  1. From the main menu, select File | Manage IDE Settings | Import Settings.

  2. In the dialog that opens, specify the path to the backup directory and click Open.

    AppCode shows a confirmation popup. Note, that after you apply the settings from the backup, these settings will be overwritten with your current IDE configuration.

    Apart from the backup configuration directory, you can select the configuration directory from another AppCode version or a .zip file with the previously exported settings.

  3. Click Restart to apply the settings from the backup and restart the IDE.

Last modified: 12 April 2021