How to keep Visual studio settings syncronized across multiple machines -


is there way keep settings of visual studio 2012 including toolbars, installed plugins, etc.. in sync across multiple machines?

there new feature in vs2013 you're asking vs2012.

the vscommands addin enables settings synchronization:

vscommands export current visual studio settings (except window layouts) sync directory , monitor directory changes.

also settings can synchronized across different computers by, example, saving file in dropbox folder:

vscommands supports settings synchronization folder on local file system, can further synchronize cloud using file synchronization services such dropbox.

and addin free, there's paid version enables more features.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -