Now available: PowerCommands for Visual Studio 2008
By rickvdbosch
- 2 minutes read - 219 wordsOne of the most annoying things in Visual Studio (to me) was the fact that complete solutions (solution folders, projects, regulare folder) would be expanded upon opening. And with big solutions, that isn’t too much fun. There are macros available online, but the ones i found were pretty slow. This is only one of the things that the PowerCommands for Visual Studio 2008 solves for you. But there is more. Much more!
A quick top five of my favorite functions:
<DIV>
Collapse projects
</DIV>
<DIV>
Copy & paste references
</DIV>
<DIV>
Open Command Prompt (at the location of the file you execute it on)
</DIV>
<DIV>
Remove and Sort Usings (for all classes in a C# project)
</DIV>
<DIV>
Close All (on a tab)
</DIV>
To get the PowerCommands for Visual Studio 2008, or to learn more about all the features in there, visit them over here{.}.
By the way: this fairly new website (the Visual Studio gallery{.}) was released quite silently by Microsoft. It contains lots of products that aid developers while working in Visual Studio, together with some Extensibility stuff. Have a look over there! Another tip: the VSX team blog{.}. It might be a nice one to keep track of new releases of new Extensibility products. There’s a post{.} over there about the PowerCommands, too.
Enjoy!