Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sync Settings between computers in Visual Studio 2010

Is it possible to sync settings between computers in Visual Studio 2010? I know you can do it by exporting your settings then copying them over to another computer or putting them in drop box or something. So I was wondering if there is any other way to do it?

like image 712
Chris Watts Avatar asked May 25 '10 19:05

Chris Watts


People also ask

How do I sync Visual Studio across devices?

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 > Accounts page and unselecting the Synchronize Visual Studio settings across devices option.

How do I sync my current code in Visual Studio?

You can turn on Settings Sync using the Turn On Settings Sync... entry in the Manage gear menu at the bottom of the Activity Bar. You will be asked to sign in and what preferences you would like to sync; currently Settings, Keyboard Shortcuts, Extensions, User Snippets, and UI State are supported.

Where are my Visual Studio settings stored?

Settings. settings is located in the My Project folder for Visual Basic projects and in the Properties folder for Visual C# projects. The Project Designer then searches for other settings files in the project's root folder. Therefore, you should put your custom settings file there.


2 Answers

Under Tools > Options > Environment > Import and Export Settings there is an option to Automatically save my settings to this file. You can then set this to a file in a shared location (shared network folder, file syncing service, etc) on any computer you want to sync. Personally I share my settings this way using Dropbox without any problems.

like image 50
JChristian Avatar answered Nov 08 '22 14:11

JChristian


There is new Extension for Visual Studio called ExtensionSync created by Latish Sehgal.

Add this extension into Visual Studio and it will read and update your settings each time it starts.

Further information can be found on this blog post.

like image 23
codingbadger Avatar answered Nov 08 '22 13:11

codingbadger