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?
Select Edit > Refactor > Rename. Right-click the code and select Rename.
Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.
Ctrl+D selects the word at the cursor, or the next occurrence of the current selection. Tip: You can also add more cursors with Ctrl+Shift+L, which will add a selection at each occurrence of the current selected text.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With