PowerCommands for Visual Studio 2010

Microsoft Free

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

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

by Margriet-Bruggeman | February 21 2012

A must-have!

by Saintedlama | February 08 2012

by ExtDev | February 01 2012

by TejasJ | December 30 2011

by Salarian | December 09 2011

by Oliver Michalski | November 09 2011

Very valuable extensions. Thanks

by Daniel Cheida | November 06 2011

by Santhosh Sivarajan- | November 03 2011

by manu-eit | October 27 2011

by MichaelLWest | October 21 2011

Anything that can save time is much appreciated. Nice work!

by derekcoder | October 11 2011

Nice package! I really like the Remove and Sort Usings command as well as the copy and paste references. It would be great if there was a command to Remove Unused References. The only way I have found to do this is to remove a reference one at a time and try to compile then add it back if the compile fails. The copy reference feature in PowerCommands definitely makes this task easier though. I did see one problem with Removing Usings where some get removed when they are wrapped in an #if DEBUG statement and you use the feature in Release mode.

by Sergei Calabonga | October 08 2011

This more better than the VSCommands 2010 extention!

by j2 | October 07 2011

by Ehsan Mohammadi | October 04 2011

Thanks, Keep it up!

by Bob Cornelissen | September 04 2011

Great stuff

by Rich Prescott | September 02 2011

Gotta wonder why these aren't there by default.

by Anonymous_DI | August 30 2011

by Tom Brasino | August 25 2011

by Steef-Jan Wiggers | August 22 2011

Excellent tool,

by ArthurZ | August 21 2011

Had the previous version, now the update fails and the download fails to update it, too.

Error log:
8/21/2011 6:05:05 PM - Verifying matching extension signatures before updating...

8/21/2011 6:05:05 PM - VSIXInstaller.SignatureMismatchException: The installed version of 'PowerCommands for Visual Studio 2010' is signed, but the update version has an invalid signature. Therefore, Extension Manager cannot install the update.
at VSIXInstaller.Common.VerifyMatchingExtensionSignatures(IInstalledExtension installedExtension, IInstallableExtension updateExtension)
at VSIXInstaller.InstallProgressPage.BeginInstallVSIX(SupportedVSSKU targetAppID)
8/21/2011 6:05:05 PM - Install Error : VSIXInstaller.SignatureMismatchException: The installed version of 'PowerCommands for Visual Studio 2010' is signed, but the update version has an invalid signature. Therefore, Extension Manager cannot install the update.
at VSIXInstaller.Common.VerifyMatchingExtensionSignatures(IInstalledExtension installedExtension, IInstallableExtension updateExtension)
at VSIXInstaller.InstallProgressPage.BeginInstallVSIX(SupportedVSSKU targetAppID)

1 - 20 of 138 Items   
« First   < Prev   1  2  3  4  5  6  7    Next >   Last »
Sign in to Start a Discussion


  • Feature suggestions
    1 Posts | Last Post Sun 10:40 PM
    • Organize using requires two clicks.
      I would ask for this feature to be customizable so that "Sort usings and remove unused" in the main context menu.
      
      I would also like this feature to execute when closing/opening a file.
      
      Thanks
  • Formatting not running on File Save in VS2010
    2 Posts | Last Post February 13, 2012
    • I have turned on the "Format document on save" and "Remove and Sort Usings on save" options, but they are not running when I click the Save button. Has anyone else seen this?
      
      I am on Visual Studio 2010 SP1 and also have the Productivity Power Tools and Team Foundation Server Power Tools installed if that is any help.
      
      Any help would be much appreciated.
      
      Thanks!
    • FYI - I am also in a Website project. Maybe that is the reason it is not working?
  • Crash VS
    2 Posts | Last Post February 04, 2012
    • I ran command "sort and remove usings" to the whole solution.
      There is a crash of visual studio there is an empty file in solution.
    • Sorry,
      * There is a crash of visual studio when there is an empty file in solution.
  • New Feature Wish
    2 Posts | Last Post January 26, 2012
    • Thanks for this extension but i want a feature that will help all of developers very much.
      
      Our solutions is very big, contains 18 projects and thousands of classes. So finding a specific class is very hard. If there is a quick search and find dialog it will be very helpful. It can be opened by keyboard shortcut. After you started to write some chars it can suggest possible files to you. When you find your file, you can open or localate at Solution Explorer.
      
      I hope you understand me and add this feature.
    • This sounds like the built in Navigate To dialog (Ctrl + ,).
  • Trim trailing spaces?
    5 Posts | Last Post January 24, 2012
    • Is there a trim trailing spaces/lines option? If not, could it be added?
    • A sort includes option would be nice too.
    • +1 for a 'On save, remove trailing whitespace from all lines' option.
    • Trim trailing spaces please!!! :) +1(000000000)
    • I've been using CodeMaid to do this. http://visualstudiogallery.msdn.microsoft.com/76293c4d-8c16-4f4a-aee6-21f83a571496
  • Idea Open in New Window
    1 Posts | Last Post January 24, 2012
    • A nice feature would be able to right click on a tab and select "Open in New Window" instead of having to click the tab, select Window from the Toolbar, and then select New Window. 
      
      I've been doing a lot of development lately in some large classes and it's nice to be able to open a copy of that class on the other monitor to look at.
  • Idea for a new Power command
    2 Posts | Last Post January 22, 2012
    • Hy there!
      Today (a working sunday) i was dealing with some messy code.
      I had the following idea:
      It would be nice to have a "Close All Unsaved Documents" command.
      This cuold be usefull when you have a lot of open documents and you want to work only with some of these. In this situation normally the unsaved documents are those that you want to keep open.
      What do you think about this?
       
    • Oops... the right command name is "Close All Saved Documents" :-)
  • Bug: PkgDef encountered data collision in section
    1 Posts | Last Post January 04, 2012
    • When installing this extension I get this warning when logging is enabled (devenv.exe /log):
      
      PkgDef encountered data collision in section 'HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0_Config\ShellFileAssociations\.dbproj' for value ''
  • C# System.Runtime.Caching gets removed
    3 Posts | Last Post November 30, 2011
    • In C# language when I have a namespace using for System.Runtime.Caching and have the on Save Remove Unused Usings and Sort the using namespace keeps getting removed even if it is referenced. The only way to prevent it from happening is to uncheck the feature to not remove unused and sort.
      
      Anybody else having this problem?
    • I have created a screen capture video of the bug in action now but I'd like to know who to contact to send the video and any other information needed to resolve this bug.
    • This was found to not be a bug of the extension but a bug within Visual Studio where it starts acting really weird when the process has reached it max memory limits.
  • Can't create Silverlight Templated Controls when PowerCommands are enabled
    1 Posts | Last Post October 17, 2011
    • When PowerCommands are enabled, you can't create Silverlight 4 Templated Controls.
      
      https://connect.microsoft.com/VisualStudio/feedback/details/569343/unspecified-error-exception-from-hresult-0x80004005-e-fail
      
      Can you please fix this, Microsoft?
      
1 - 10 of 74 Items   
« First   < Prev   1  2  3  4  5  6  7  8    Next >   Last »