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.

3 Responses to “Favorite Visual Studio 2008 keyboard shortcuts”

Leave a Reply