vote up 2 vote down star
1

I'm currently using DPack as this adds a "Collapse All Projects" option to the Solution node in Solution Explorer. It works pretty well but can take a while to execute and doesn't always collapse everything fully.

Are there any better alternatives? Preferably free and easy to install/setup. There are lots out there but which work best and don't have any bugs or performance issues.

flag

3 Answers

vote up 5 vote down check

For VS2005, I've been using CoolCommands 4.0. The feature description is more complete for the older 3.0 version. Version 3 had an .msi installer. Version 4 is a .zip file (which was easier for my environment anyway).

My favorite features (a subset of the complete list):

  • From the Solution explorer:
    • Collapse All Projects
    • Open containing folder (Project/file level only)
  • From the filename tabs above the editor
    • Locate in Solution Explorer
  • From the context menu in the editor
    • Demo Font
link|flag
CoolCommands is Open Source so you can add more features :-). – AleP Oct 13 '08 at 3:45
Where's the open source version hosted? – tjrobinson Jun 12 at 9:31
CoolCommands doesn't collapse all projects if you have projects underneath Solution Folders. – tjrobinson Jun 12 at 9:33
vote up 3 vote down

Here is a better list of features for CoolCommands 4.0.

To install it for VS 2005, execute the include setup.bat.

To install it for VS 2008, modify the following line from

regpkg CoolCommands.dll /codebase

to:

regpkg CoolCommands.dll /root:Software\Microsoft\VisualStudio\9.0 /codebase
link|flag
vote up 5 vote down

Power commands for visual studio will do the trick. Didn't notice any performance\stability issues with them.

link|flag
It's worth noting that this only works with Visual Studio 2008 – tjrobinson Oct 17 '08 at 10:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.