user541686
user541686

Reputation: 210445

Shortcut key for refactoring menu (rename, "using", etc.) in Visual Studio 2008?

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

Answers (1)

Alex
Alex

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

Related Questions