PowerCommands for Visual Studio 2010

Microsoft Free

PowerCommands 1.0 is a set of useful extensions for the Visual Studio 2010 IDE.

Microsoft
(173) Review
Visual Studio
2012, 2010
Download (475,932)
8/18/2010
1.0.2.3
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (173)
Q and A (94)
Sign in to Write a Review
Sort By:

by D. Chatterjee | Mon 6:27 AM

Very simple and making more user friendly

by Sergio Parra | April 27 2013

It's easy to use and saves a lot of time for common tasks.

by TheRealRedtetrahedron | April 25 2013

Great tools, when they work. There are bugs, especially with Copy/Paste References, which doesn't work at all (E_FAIL), and it appears no there has been no work on the project for 2.5 years. Release the source to the community so we can update it and fix bugs.

by Micah Tan | April 23 2013

Time saver.

by Carsten Siemens | April 18 2013

It's easy to use and saves time.

by Peter Pressacco | April 09 2013

by Gültekin SEZER | April 09 2013

This is the thing really what i am looking for.

by RadCam | February 14 2013

Saves some much time on tasks I do all the time! Love it!

by Opus4210 | January 13 2013

I recently installed VS2010 on a different system and greatly felt the loss of these tools.

by Hani Khoshdel-Nikkhoo | January 04 2013

by Oliver_Kurowski | December 25 2012

5 stars. "Format document on save / Remove and Sort Usings on save" is just essential

by Polyakov Roman | December 22 2012

by Yann Duran | December 19 2012

by Exe.Cute | November 01 2012

still using

by MatthewTJ | October 25 2012

is it open source I have some idea of my own

by markh72 | October 23 2012

very nice and easy to understand

by Binori | October 17 2012

by Jeremy Cavner | October 11 2012

by WorkAByte | October 09 2012

just stuff you will love to use
makes a lot of tasks much faster for me

im glad i had to install it, other words i wouldn't know all the features i was getting.

they are simple commands knowing them really helps speed up a lot

by Rick van den Bosch | September 20 2012

Although these are rather simple additions to Visual Studio, they help you code so much faster. I would love to see some of these implemented in Visual Studio by default.

1 - 20 of 173 Items   
Sign in to Start a Discussion


  • Open Command Prompt doesn't use COMSPEC it uses hardcoded CMD.EXE
    1 Posts | Last Post November 15, 2010
    • It isa failure to assume that all users us CMD.EXE as command prompt.
      The PowerCommands should use the COMSPEC environment variable to get the current selected Command Line executor!
      
      I personally use 4NT/TCC (from JPSoft) over years!
  • Collapse All as Opposed to Collapse Projects
    3 Posts | Last Post October 26, 2010
    • I would like to be able to collapse all as opposed to just collapse projects.  For example, Solution Folders do not get collapsed when you select Collapse Projects.  I was able to modify the 2008 version of the Power Commands to accomplish this because the source code was available.  Any chance the source code will be published soon for the 2010 version?
      
      Thanks,
      Eric
    •  1.... 
    • i mean "yes please"
  • Open ILDasm command?
    1 Posts | Last Post October 06, 2010
    • An additional command that would be nice is an "Open in ILDasm" command when you click on a dll.  I help with a .Net class and often times we want to show the IL to make a point - and this command would make it so easy.
      
      I added something similiar to my PowerCommands project for Reflector (http://powercommands.codeplex.com/) - but I would love to have it in Visual Studio instead.
  • Format document on save doesn't work in all cases
    1 Posts | Last Post September 19, 2010
    • It'd be nice to have this feature trigger every time the file is saved, not only on the save command is invoked.
      
      The files are saved when building, for example, but they're not formatted by the extension.
  • Feature
    4 Posts | Last Post September 10, 2010
    • Hi,
      
      Is it possible to cange the command "Remove and Sort Usings on save" into two commands: "Remove Usings on save" and "Sort Usings on save"?
      
      Its getting really bad when the code is saved in release state and then uploaded. Someone else checks out and tries to build in debug state and he is missing all the Usings for the additional code. so i don't want to remove the Usings, but sort them to match the StyleCop settings.
      
      Would be great! 
      Thanks.
    • I second this, definitely. I'd also like a "Remove usings on close" feature as I'm finding I'm adding a new class and losing the default usings (which I plan to use) very quickly as I first hit save after just a couple of lines and then have to put them back in manually as I go.
    • I agree!
    • I agree this change would be very nice to have!
  • As a part of Productivity Power Tools
    1 Posts | Last Post September 09, 2010
    • Any plans to incorporate with Productivity Power Tools?
      
      Both extensions complement each other, but sometimes they overlap (e.g. collapsing solution explorer tree or close tabs commands).
  • How to install on a machine without internet access
    2 Posts | Last Post September 06, 2010
    • VS2008 PowerCommands download was an msi that could be installed on any machine. Why no msi with VS2010?
      
      I'm trying to work out what to do with the PowerCommands.vsix folder that i've downloaded to enable the ExtensionManager to pick it up.
      
      Any ideas welcome...
      
      Cheers
    • Sorted it, somehow it saved as a folder but if i kept it as unknown type vsix, my machine with VS2010 installed recognised it.
  • Source?
    8 Posts | Last Post August 27, 2010
    • "...source code is included..."?
      
      I'm looking into the vsix and I'm not seeing the source. Is it in the VS SDK? Or am I just having a ID-10-T moment? 
      
      Thanks
    • Sorry, copy-n-paste error from the 2008 description.  We're working on publishing the sources as a sample on code.msdn.microsoft.com/vsx.  Should be up shortly.
    • Cool! Thanks  :)
    • Are the sources up? I can't seem to find them...
    • QA is still looking at the samples and verifying them.  
    • Were there a lot of QA problems with the source?  It's been 5 months and it doesn't seem like it should take that long to review it.
    • guys i am joining the request for source code. Is it possible to get it somehow?
      Thanks
      
    • Still waiting on the source.  Any update as to when it will be put up would be apprecieated.
  • Better time for removing usings
    1 Posts | Last Post August 22, 2010
    • Hello,
      the unused usings removal is really great feature, however, during working with VS it gets sometimes quite annoying. It removes them too soon, and it does so also when you do some refactoring task (like renaming a class) when you did not save the file. Since refactoring is not limited to a valid code file, plenty of namespaces gets removed in case the syntax errors lead to unparsed files.
      
      I think it would be a bit more useful if it removed the using on build instead of on file save (or eventually even on release build only). This would also fix removing the namespaces after refactoring.
  • Bug : Dragging files/folders in Solution Navigator not working
    1 Posts | Last Post August 20, 2010
    • Again, dunno if it's a bug (or just not a feature), but I can't drag and drop files or folders, be it in the same project, or between different projects.
61 - 70 of 94 Items