Configuring the IDE
Settings are preferences related to resources, file colors, version control options, code styles, and so on.
WebStorm allows you to configure the settings for specific projects or globally.
![Types of settings Types of settings](https://resources.jetbrains.com/help/img/idea/2024.3/ws_settings-types.png)
Global settings apply to all projects of a specific installation, or version, of WebStorm. 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 File | Settings for Windows and Linux or IntelliJ IDEA | Settings for macOS. Alternatively, press CtrlAlt0S or click on the toolbar.
Settings that are NOT marked with the icon in the Settings dialog are global and apply to all existing projects of the current WebStorm version.
![Global settings marked in the Settings dialog Global settings marked in the Settings dialog](https://resources.jetbrains.com/help/img/idea/2024.3/ws_ide-settings-preferences.png)
When you restore the default IDE settings, WebStorm backs up your configuration to another directory. You can always restore your settings from that backup.
Go to File | Manage IDE Settings | Restore Default Settings.
Alternatively, press Shift twice and type
Restore default settings
.In the confirmation popup that opens, click Restore and Restart. The IDE will be restarted with the default configuration.
When WebStorm restores the default IDE settings, it creates a backup directory with your configuration in:
In the main menu, go to File | Manage IDE Settings | Import Settings.
In the dialog that opens, specify the path to the backup directory and click Open.
WebStorm 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 WebStorm version or a .zip file with the previously exported settings.
Click Restart to apply the settings from the backup and restart the IDE.
Thanks for your feedback!