Reputation: 210445
Is there any way to bind a keyboard shortcut to first option in the refactoring menu that appears automatically while you're coding in Visual Studio 2008?
Upvotes: 5
Views: 1259
Reputation: 35409
The shortcut key for Visual Studio is Ctrl + .
If your using DevExpress' CodeRush, it'll be Ctrl + ~, though this is configurable.
In Resharper, the key combo is alt + enter, which executes the ReSharper_QuickFix
command.
Upvotes: 7