Eclipse Shortcuts in Visual Studio 2013

Is there a way to set shortcuts for Visual Studio for shortcuts that I use from eclipse?

I know that I can go to settings and set each individual shortcut manually. But I'm looking for a way to install them all at once. Perhaps some kind of import of a key card plus an eclipse keyword map file !?

+7
eclipse visual-studio settings keyboard-shortcuts
source share
1 answer

To configure short keyboard shortcuts in VS2013, go to the dialog: TOOLS-> Options-> Environment-> Keyboard.

Once you have the environment as you like, export the parameter in the following dialog box: TOOLS-> Options-> Environment-> Import and Export Settings.

After exporting, you can copy the file and import it to any other computer that you can use. It can also be used to save a common settings file for your team in TFS (or any other version control system you can use).

Personally, I have not played with this feature, so your mileage may vary.

+2
source share

All Articles