'How can I change the keyboard shortcuts in Visual Studio?

I would like to change the keyboard shortcut for quick fix in Visual Studio 2013, so that it matches the ReSharper equivalent (which I only use on my office machine). How can I do it?



Solution 1:[1]

One way to do it is to enter on the menu 'Tools', 'Customize' and click on the 'Keyboard...' button near the 'Close' button.

Inside this option you can search for the commands by name (I couldn't find the Quick Fix here), maybe you want the Edit.FormatDocument one, that makes the indentation for the documents automatically.

If you can't find this option, tell me your quick fix actual keyboard shortcut, so I'll be able to check which function it calls.

I did some research on the R# QuickFix option and maybe what you want is this is the option you want: View.ShowSmartTag.

Solution 2:[2]

Look at this doc: Identify and customize keyboard shortcuts in Visual Studio

enter image description here

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sabito 錆兎 stands with Ukraine
Solution 2 Taras Melnyk