JetBrains Rider 2024.1 Help

Restore default settings

As both directory-based and layer-based subsets of JetBrains Rider settings are stored independently, they can be also reset separately from one another.

Reset and restore directory-based IDE settings

When you restore the default IDE settings, JetBrains Rider backs up your configuration to another directory. You can always restore your settings from that backup.

Back up and reset directory-based settings

  1. Press Shift twice and type Restore default settings.

  2. In the confirmation popup that opens, click Restore and Restart. The IDE will be restarted with the default configuration.

    A popup prompting to confirm that you want to restore the default settings

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

Syntax

%APPDATA%\JetBrains\<product><version>-backup

Example

C:\Users\JohnS\AppData\Roaming\JetBrains\Rider2024.1-backup

Syntax

~/Library/Application Support/JetBrains/<product><version>-backup

Example

~/Library/Application Support/JetBrains/Rider2024.1-backup

Syntax

~/.config/JetBrains/<product><version>-backup

Example

~/.config/JetBrains/Rider2024.1-backup

Restore directory-based settings from a backup

  1. In the main menu, go to File | Manage IDE Settings | Import Settings.

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

    JetBrains Rider 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 JetBrains Rider version or a .zip file with the previously exported settings.

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

Reset and restore layer-based settings

Layer-based settings are not backed up automatically. You might want to make copies of all .DotSettings files corresponding to settings layers being reset to be able to import the backed-up copies later. The default paths to settings files for each layer are listed here.

  1. Press Ctrl+Alt+S or choose File | Settings (for Windows and Linux) or JetBrains Rider | Preferences (for macOS) from the main menu.

  2. Click Manage Layers at the bottom-left corner of the settings dialog.

  3. In the Settings Layers dialog that opens, choose a settings layer that you want to reset and click Reset on the toolbar.

    For example, to reset the global IDE settings, reset This computer layer.

    JetBrains Rider: Reset settings of selected layer
Last modified: 11 February 2024