What is your favorite Visual Studio keyboard shortcut? I'm always up for leaving my hands on the keyboard and away from the mouse!
One per answer please.
|
115
|
What is your favorite Visual Studio keyboard shortcut? I'm always up for leaving my hands on the keyboard and away from the mouse! One per answer please. |
|||
|
|
|
|
The combination Ctrl+F3 and Ctrl+Shift+F3 for finding selected and previous selected item works very well for me. |
|||
|
|
|
|
Nothing beats Ctrl+Shift+B - Building the solution!! As far as navigation control, Ctrl+- and Ctrl++ is nice... |
|||
|
|
Ctrl+Space, VS gives the possible completions |
|||
|
|
|
|
Ctrl+M, Ctrl+O : collapse to definitions. I use it all the time together with #regions |
|||
|
|
Ctrl+F10 |
|||
|
|
|
|
I like my code clean and arranged so my favorite keyboard shortcuts are the following: Ctrl+E,D - Format document Ctrl+K,F - Format selected code Ctrl+E,S - Show white spaces Ctrl+L - Cut line Alt+Enter - Insert line below |
|||
|
|
|
|
Ctrl+X This deletes the current line of code. |
|||
|
|
Ctrl+- and Ctrl+Shift+-. But if you are a keyboard lover then go for Resharper |
|||
|
|
For me, it's nothing about auto completing code, matching parenthesis or showing some fancy tool panel. Instead, it's just about letting me see the code. With all the panels surrounding you, the area you use to actually write code becomes too small. |
||||
|
|
|
Ctrl+Shift+8 - Backtracks go to previous "F12/ Go to definition" |
|||
|
|
Ctrl+Shift+V paste / cycle through the clipboard ring |
|||
|
|
If you have your keyboard settings set to the "Visual C# 2005" setting, the window switching and text editing chords are excellent. You hit the first combination of Ctrl + Key, then release and hit the next letter.
I still use F4 to show the properties pane so I don't know the chord for that one. If you go to the Tools > Customise menu option and press the Keyboard button, it gives you a list of commands you can search to see if a shortcut is available, or you can select the "Press Shortcut Keys:" textbox and test shortcut keys you want to assign to see if they conflict. Addendum: I just found another great one that I think I'll be using quite frequently: Ctrl+K, S |
|||
|
|
|
|
F7 and Shift+F7 to switch between designer/code view Ctrl+Break to stop a build. Alt+Enter opens the resharper smart tag Bookmark ShortCuts The refactor shortcuts. |
|||
|
|
|
|
By far the most useful (after Ctrl+Shift+B) are:
|
|||
|
|
There are some great tips and trips and shortcuts on Sara Ford's blog. |
|||
|
|
|
|
Ctrl+[ (Move to corresponding }) |
|||
|
|
|
|
Ctrl+C, Ctrl+V to duplicate the current line And, here is something even more interesting: |
|||
|
|
If 'Favorite' is measured by how often I use it, then: F10 : Debug.StepOver :) |
|||
|
|
|
|
Ctrl+Shift+F Good old Find In Files. |
|||
|
|
One that other editors should take up:
Ctrl+C with nothing selected will copy the current line. Duplicating a line is just: Hold Ctrl, press c, then v. (Ctrl+C, Ctrl+V) |
|||
|
|
Ctrl+K then Ctrl+H to add a line of code to the built in task/todo list |
|||
|
|
|
|
I hate closing the extra tabs when I use "Start Debugging" on ASP.NET apps. Instead, I usually use "Start without Debugging" (Ctrl+F5). |
|||
|
|
Ctrl+K, Ctrl+C Comment a block |
|||
|
|
I have two that I use a lot, the first is standard, the second you have to map: Ctrl+A, Ctrl+E, F (Select All, Format Selection) Ctrl+E, R (Remove Unused Usings and Sort) Both help pay down the "cruft debt" early and often |
|||
|
|
|
|
Ctrl+M, O. Can collapse and expand all sections of code in a particular file. I suggest a cheat sheet, by the way: I have these things as well as the Resharper cheat sheet by my desk permanently. |
|||
|
|
CTRL+F5 (Start Without Debugging) CTRL+SHIFT+B (Build Solution) |
||||
|
|
|
Ctrl+Shift+S // Save Ctrl+Shift+B // Build |
|||
|
|
Ctrl + Alt + E = Exception/Catch Settings and code snippets |
|||
|
|
Ctrl+I for incremental search |
|||
|
|
What Ray said. Ctrl +. I really didn't like the smart tags (those little blue and red underscores that appear wanting to help you) until I found out that you don't need to waste time trying to hover the mouse over the exact pixel that gets the menu to show. I think Ctrl+. to open the smart tag menu saves me about five minutes every day and reduces my blood pressure considerably. |
|||