Hotkey for refactoring menu (renaming, "using", etc.) In Visual Studio 2008?

Is it possible to associate a keyboard shortcut with the first option in the refactoring menu, which appears automatically when encoding in Visual Studio 2008?

+5
source share
1 answer

The bright key for Visual Studio is Ctrl+.

If you use DevExpress CodeRush, it will be Ctrl+ ~, although this is customizable.

In Resharper, the alt+ key combination enterthat executes a command ReSharper_QuickFix.

+7
source

All Articles