Favorite Visual Studio 2008 keyboard shortcuts

Posted by Corey on July 3, 2008 at 5:39 pm.

Here are a few indispensable keyboard shortcuts I use on a daily basis:

  • Ctrl+K,Ctrl+C – Comment selected block of code
  • Ctrl+K,Ctrl+U – UnComment selected block of code
  • Ctrl+K,Ctrl+F – Format selected block of code
  • Ctrl+Shift+B -Build solution

After doing some searching for a full list of keyboard shortcuts in VS2008, I found the below PDF.
http://www.microsoft.com/downloads/details.aspx?familyid=e5f902a8-5bb5-4cc6-907e-472809749973&displaylang=en

Enjoy.

Related posts:

  1. Visual Studio 2008 theme
  2. Atlanta Code Camp 2008
  3. Animate Silverlight 2 object from 1 line of code
  4. Atlanta Code Camp
  5. Dynamic controls in Silverlight

4 Responses to “Favorite Visual Studio 2008 keyboard shortcuts”