CoolCommands in Visual Studio 2008

After installing VS2008, I quickly noticed the absence of some of my favorite IDE helpers.

  • How do I copy project references between projects?
  • How do I locate the current document in the solution explorer, without turning on that annoying "track active" option

No problem.. I'll just reinstall CoolCommands, or as I like to call it "Commands That Microsoft Should Have included, but didn't" 

For the uninitiated, learn about coolcommands here -->http://weblogs.asp.net/GMilano/archive/2006/02/27/439208.aspx

so first of all, I had a heck of a time finding a version available for download.  Luckily I know some one who's much better an googling than I... CoolCommands download is available here -->. I've mirrored the setup.zip on my site as well

There is an issue with the install.bat however.  This version was meant to install into vs2005.  To install coolcommands for VS2008, modify the setup bat file. Replace the line that begins regpkg    with this

regpkg CoolCommands.dll /root:Software\Microsoft\VisualStudio\9.0 /codebase

run the setup and start up vs2008 and off you go.

I'm back in CoolCommand splendor.

This article is part of the GWB Archives. Original Author: ChrisD

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.