Visual Studio Tricks: Keyboard Shortcuts
Visual Studio is shipped with hundreds of keyboard shortcuts. Here are my favorites: General: Go to Definition: F12 Find all References: Shift + F12 Go to last edited position in code: Ctrl – - (Ctrl – Dash) Delete Line: Ctrl – L Cut Line: Shift – Del Copy Line: Ctrl – C (no need to...CONTINUE READING