CoolCommands 3.0 for Visual Studio 2005
It is time for a new version of coolcommands because I found 3 new coolcommands:
- Thomas Freudenberg suggested the need of a menu item to each project item which spawns the command “explorer /e, /select,<filepath>” This opens the explorer and select the specified file.
For more about Command-Line Switches for Windows Explorer http://support.microsoft.com/kb/130510
- Andres Aguiar suggested having a “Copy Reference” over a project so that you don’t need to open the Add References Dialog if you want to add a Project to Project reference; you just need to select “Copy Reference” over the project and after Paste Reference over the target.
- The last one for this release is “Add Projects From Folder” over a Solution
Several times I need to add a couple of projects to a Solution and it is a bit heavy add them one by one. So this command scan the selected folder for projects and shows a dialog with the projects found, in this dialog you select what projects you want to add to the solution.
A last good new, I created a setup for coolcommands ;)
Download CoolCommands