8/28/2008
LifeCycle Solutions - Home ( the software development blog )
 

<August 2008>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

Subscribe to this feed:

RSS 2.0 | Atom 1.0 |CDF





Add to Technorati Favorites

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

Wednesday, June 25, 2008

I was all about CleanSweep and DiskDoubler way back when I was 15 and they promised to double my disk to a whopping 40MB.  Nowadays I usually shy away from these 3rd party clean up utilities.  Partly because they tend to be spammy and questionable themselves, and partly out of principal - shouldn't the OS handle keeping itself tidy?  But recently, with less than a GB left on my disk, and my system crawling, I decided to try out a few.  Here are some winners I found:

  • JkDefrag - a free, faster, smarter defrag utility.  It still uses the windows defrag API, but can be scheduled, run as a screensaver, etc.  It also does some additional optimizations.
  • SpaceMonger - a disk usage analyzer with a brilliant UI.  Not free, but worth it.
  • CCleaner - a free clean-up-everything utility.  Temp folders, cache, registry, and all of that stuff the OS _should_ do, but doesn't (or at least doesn't do it all in one convenient UI).  Unlike similar apps, this one is adware free (if you uncheck the 'yahoo toolbar' on setup) and has a clean, simple UI.

Between those, I managed to free up 10+ GB!

Posted by Daniel Root

© 2006 LifeCycle Solutions, LLC | All Rights Reserved