Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to export shortcuts from Visual Studio?

I have changed the default shortcuts at work and want to synchronize at home.

Is there a way to export and import only the shortcuts?

I'm using Visual Studio 2015 Community Edition.

like image 727
Ricardo França Avatar asked Jul 22 '16 14:07

Ricardo França


People also ask

How do I export files from Visual Studio?

To export the Data Tips, go to the Visual Studio menu, Debug | Export DataTips..., which will open the Export DataTips dialog. Select the folder where you want to save the XML file, give the file a name, and click Save.


1 Answers

Try Tools --> Import and Export Settings from Visual Studio. You can deselect all the options except "All Settings --> Options --> Environment --> Keyboard".

This procedure creates a file .vssettings that you can import at home.

like image 132
Igor Damiani Avatar answered Sep 20 '22 18:09

Igor Damiani