JetBrains Rider 2017.3 Help

Managing Projects under Version Control

This section contains information related to sharing JetBrains Rider solution files with the other developers:

Directory based project format

The project settings are stored in the .idea directory. This format is used by all JetBrains Rider versions by default. Here is what you need to share:

  • All the files under .idea directory in the project root except workspace.xml and tasks.xml, storing user-specific settings.

Sharing run/debug configurations

You might want to share run/debug configurations. To do that, just select the checkbox Share in the selected run/debug configuration dialog box.

The shared run/debug configurations are kept in separate xml files under .idea\runConfigurations folder, while the local run/debug configurations are kept in the .idea\workspace.xml.

Project settings files to share

The config directory has several subfolders that contain xml files with your personal settings. You can easily share your preferred keymaps, color schemes, etc. by copying these files into the corresponding folders on another JetBrains Rider installation. Prior to copying, make sure that JetBrains Rider is not running, because it can erase the newly transferred files before shutting down.

The following is the list of some of the subfolders under the config folder, and the settings contained therein.

Folder nameUser Settings
codestylesContains code style schemes.
colorsContains editor colors and fonts customization schemes.
filetypesContains user-defined file types.
inspectionContains code inspection profiles.
keymapsContains JetBrains Rider keyboard shortcuts customizations.
optionsContains various options, for example, feature usage statistics and macros.
templatesContains user-defined live templates.
toolsContains configuration files for the user-defined external tools.
shelfContains shelved changes.
Last modified: 19 April 2018