This week's short cut keys to learn
Day 16 -Debugging (should already know most of these)
F5 = Start
Shift + F5 = Stop Debugging
Ctrl + F5 = Start Without Debugging
F11 = Step Into
Shift + F11 = Step Out
F10 = Step Over
Day 17 - Debugging windows
Ctrl + Alt V, T = This
Ctrl + Alt + H = Threads
Day 18 - Text editing
Shift + Alt + Down Arrow = Line Down Extend Column
Shift + Alt + Up Arrow = Line Up Extend Column
Day 19 - Text editing
Ctrl + Shift + U = Make Uppercase (Great for those of you who capitalize constants)
Ctrl + U = Make Lowercase
Day 20 - MSDN Help
Shift + Alt + F3 = Search results
Shift + Alt + F2 = Index results
This Blog Hosted On: http://www.DotNetJunkies.com/

Related...
http://dotnetjunkies.com/WebLog/jhaley/archive/2005/02/23/56268.aspx | Comments