Possible Duplicates:
Visual Studio 6 tips and tricks
Visual Studio 2005 Shortcuts
Favorite Visual Studio keyboard shortcuts
I am a big fan of shortcuts in VS2008, it can save a lot of time and keep your fingers on the keyboard instead of the mouse.
Recently I downloaded the entire list of keyboard shortcuts for VS 2008 and went through them all finding my favourites.
Currently here are the top one's I use:
- Shift + DEL: Deletes an entire line
- Ctrl + Shift + F10: Brings up the Using / Resolution box
- cw[tabx2]: Inserts Console.Writeline code
- ctor[tabx2]: Inserts default constructor code
What other ones do people know that saves time / are actually useful?