Synchronized Settings in Visual Studio

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

When you use the same personalization account to sign in to Visual Studio on multiple computers, by default your settings are synchronized on all computers.

Synchronized settings

By default, the following settings are synchronized.

  • Development settings (You have to select a set of settings the first time you run Visual Studio, but you can change the selection anytime. For more information, see Customizing Development Settings in Visual Studio.)

  • The following options in the Tools | Options pages:

    • Theme and menu bar casing settings, on the Environment, General options page

    • All settings on the Environment, Fonts and Colors options page

    • All keyboard shortcuts, on the Environment, Keyboard options page

    • All settings on the Environment, Tabs and Windows options page

    • All settings on the Environment, StartUp options page

    • All settings on the Text Editor options pages

  • All settings on the XAML Designer options pages

  • User-defined command aliases. For more information about how to define command aliases, see Visual Studio Command Aliases.

  • User-defined window layouts in Window | Manage Window Layouts page

Turning synchronized settings off for a particular computer

Synchronized settings for Visual Studio are turned on by default. You can turn off synchronized settings on a computer by going to the Tools | Options | Environment | Synchronized Settings page and unchecking the checkbox. For example, if you decide not to synchronize Visual Studio’s settings on Computer A, any setting changes made on Computer A do not appear on Computer B or Computer C. Computer B and C will continue to synchronize with each other, but not with Computer A.

Synchronizing settings across Visual Studio family products and editions

Settings can be synchronized across any edition of Visual Studio 2015, including Express and Community editions. Settings are also synchronized across Visual Studio family products, such as Blend. However, each of these family products may have its own settings that are not shared with Visual Studio. For example, settings specific to Blend on Computer A will be shared with Blend on Computer B, but not with Visual Studio on Computer A or B.

Warning

Settings are not synchronized between Visual Studio 2013 and Visual Studio 2015. The first time you open Visual Studio 2015, your settings from Visual Studio 2013 are migrated, but they cannot be migrated back to Visual Studio 2013 after that.

See Also

Personalizing the IDE