7/31/2010
LifeCycle Solutions - Home ( the software development blog )
 

<June 2008>
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

Subscribe to this feed:

RSS 2.0 | Atom 1.0 |CDF






Thursday, June 26, 2008

I'm a visual person.  I've tried to join the keyboard-shortcut-cult.  I've tried Enso, Live Desktop, Google Desktop, and just about any productivity-promising app Hanselman recommends.  I love the idea, but somehow never end up using them.  I never can remember the shortcuts, or even that they are there.  But then again, it is Visual Studio, right?  We do have Graphical User Interfaces for a reason.  I'd just about given up on trying, until I learned one humble little keyboard shortcut that all by itself has saved me tons of time in VS:

CTRL + .

Any time you see the VS smart tag on some code, press that.  Don't think, just do it.  It will do your bidding, before you even know you bid it.  Need to implement an interface?  : <interface> Ctrl + . <enter>. Add a using namespace? <class name> Ctrl + . <enter>.  Rename a variable?  <rename> Ctrl + . <enter>.

If you need pictures, here's more: http://haacked.com/archive/2008/06/23/visual-studio-smart-tag-expansion-tip.aspx

Posted by Daniel Root

© 2006 LifeCycle Solutions, LLC | All Rights Reserved