Productivity Power Tools 2012

Microsoft Free

A set of extensions to Visual Studio 2012 Professional (and above) which improves developer productivity.

Microsoft
(76) Review
Visual Studio
2012
Download (193,918)
4/4/2013
11.0.60403.0
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (76)
Q and A (104)
Sign in to Write a Review
Sort By:

by Fat Atom | January 11 2013

****
After following the Q&A, my freezing issues did seem to be associated with the custom document well, and so switched this off, which at the moment seems to be the only glitch. Hoping they will fix this soon, which will raise it to 5 star rating for me.

*
This was a great set of extensions that really improved and enhanced development in VS 2010. But the 2012 version is so buggy. It constantly renders the 2012 ide unusable... it constantly freezes and requires restarting VS 2012 so much that you end up disabling it.

by KCs42 | January 09 2013

Thanks for the great tool, I don't need any other productivity extensions.

I'd like to suggest to split the "Remove and Sort Usings on save" feature. It's very useful that it removes redundant Usings, but I'd also like to maintain my carefully shaped assembly list order.

by NQFE | January 03 2013

Rating: *****
Endlich wieder in Farbe drucken. 8-)

Rating: **
Leider wird das Syntax-Highlighting in VS2012 Ultimate (mehrere Installationen auf verschiedenen OS [Win7-Entp. ,Win8-Entp.]) reproduzierbar verändert.
Die integrierten-Typen wie Int32, Int64, Double, Boolean usw. werden im Code-Editor schwarz dargestellt.

Workaround:
Tools > Optionen > "Productivity Power Tools" > "Colorized Parameter Help" auf Off behebt den Fehler.

by John M Gant | December 27 2012

by Pathogen-David | December 19 2012

Very happy to have this extension back for Visual Studio 2012! I had missed it a lot.

by contextfree. _ | December 16 2012

great to have this (mostly for Ctrl-Click to definition) but missing interactive tooltips :(. The thing I used them for the most was probably "Implemented By" for interfaces - is there some built-in VS2012 feature I'm "supposed to be" using for this?

by Lance_Sun | December 13 2012

ctrl+click navigation alone is worth the price of admission!

by Caio Vilas Boas | December 07 2012

It's nice and works perfectly, but would be more useful if it have the Enhanced Tooltips feature.

by Hossein Aarabi | December 06 2012

Very useful extension ever since it was introduced in VS 2010.

by Neilski | December 06 2012

Potentially a great extension, but I am getting an error when editing JavaScript files - I cannot save them and have to restart Visual Studio to correct the problem - losing my changes in the process.

The issue is described in details at http://connect.microsoft.com/VisualStudio/feedback/details/771773/unable-to-save-existing-javascript-file#details

The only way I have found to get around the problem is to disable the extension.

by Thaddeus B | December 05 2012

good

by Stienessen | December 05 2012

started out OK, but then one day VS 2012 wouldn't start - hang on splash screen - start in safe mode and remove this extension and then it starts OK again...sigh

by Luigi Bruno | December 03 2012

by Myong | November 29 2012

Latest one seems buggy as heck. Can't even click on anything or right click.

by JM_MSDN | November 27 2012

This is a great extension with tons of excellent and indispensable features, however, it has a pretty major bug that prevents JavaScript files from being saved. Please fix this bug in an otherwise wonderful product.

More info here:
http://connect.microsoft.com/VisualStudio/feedback/details/771773/unable-to-save-existing-javascript-file#details

And here:
http://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd/view/Discussions/1#5943

by EmKayDK | November 26 2012

by trinad1036 | November 21 2012

i like it very much with 2010. now i have to try with 2012

by alexey.solonets | November 19 2012

Vertical Tabs and Enhanced Scrollbar are amazing! Thank you!

by Mario185 | November 19 2012

Great

by krsherman | November 17 2012

Brought VS2012 to a halt - unresponsive UI. Uninstalled and all is well... will try again in the future.

21 - 40 of 76 Items   
Sign in to Start a Discussion


  • C# Objects Now Incorrect Color
    3 Posts | Last Post Wed 8:30 PM
    • I just installed this and now I've noticed that class objects like DateTime, Nullable, defined structs and others are now in normal (black) color rather than the color used for classes and other objects (light blue/green).
      
      I found that turning OFF Colorized Parameter Help in the Tools | Options, Productivity Power Tools returns to the default IntelliSense colors.
      
      Can this be fixed soon please as it's very annoying to have it as is right now but at least we can turn it off.  Thank you.
    • I have the same issue with the colors :(
    • Someone entered this on Connect: https://connect.microsoft.com/VisualStudio/feedback/details/770603/text-editor-the-type-color-for-structs-is-black
      
      It would be great if this was fixed.
  • Ctrl+2 to quickly navigate to any class/member in the current source file
    1 Posts | Last Post Wed 8:33 AM
    • Hi, how can achieve the convinient functionality that was in version for VS2010? Ctrl+2 to quickly navigate to any class/member in the current source file.
  • CustomDocWell.dll sometimes hangs VS when starting a graphics debugging session
    1 Posts | Last Post Sat 12:53 AM
    • I have been having a problem with my visual studio hanging as soon as I try to start a graphics debugging session (alt+f5), but I finally went ahead and attached a debugger to see what's up.
      
      The issue appears to be that the visual studio graphics debugging engine performs operations on the UI, spawns windows, moves stuff, etc.. and when the Document well is involved, it appears to hang.
      
      The full call stack is too large to paste here, but I posted it here:
      http://pastebin.com/Y3ntDc1S
      
      
      Here are some relevant calls on the stack
      
      [...]
      CustomDocWell.dll!Microsoft.CustomDocWell.Slider.Controls.SliderDocumentTabPanel.MeasureOverride(System.Windows.Size panelConstraint) + 0x8a bytes	
      PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes	
      PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes	
      PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() + 0x1a1 bytes	
      PresentationCore.dll!System.Windows.UIElement.UpdateLayout() + 0x14 bytes	
      VsGraphicsDebuggerPkg.dll!Microsoft.VsPixPkg.VsPixFrameBufferViewer.ThumbListScrollViewer_SizeChanged(object sender, System.Windows.SizeChangedEventArgs e) + 0x17 bytes	
      [...]
      
      The weird thing is that this does not happen 100% of the time, but once it happens, it will persist until I give up. Then it'll randomly be fixed next time I decide to give it a try.. Likely something about the state of my Visual Studio UI?
      
      Anyway I've confirmed that disabling the document wells option fixes the issue (and renabling it brings the issue back). Would be great to see this fixed as I'm a big fan of the enhanced document well, but I'll have to go without it for now.
      
      Ps. Using the latest version (11.0.60403.0) on VS 2012 with update 1 and 2 installed.
  • Turn off Quick Find
    1 Posts | Last Post May 16, 2013
    • Hi,
      
      I've noticed you can turn the Quick Find extension off in VS2010 but not in VS2012. Is there another way or is the feature now mandatory?
  • Oleg Subachev
    2 Posts | Last Post May 16, 2013
    • After installing Productivity Power Tools 2012 DateTime has become black in code editor.
      Whats wrong ?
    • turn OFF Colorized Parameter Help 
      [thanks to PRISMAY]
  • Sort usings with 'System usings' at top?
    1 Posts | Last Post May 09, 2013
    • My team has StyleCop enabled with requirements that the 'System' using directives be placed above all others (Rule SA1208).
      
      Is there a way to have the 'sort usings' functionality sort in this way?  If not, please consider adding it.
  • can't find/access solution navigator
    3 Posts | Last Post May 08, 2013
    • hi folks - I've installed the Productivity Power Tools.  I can access many of the new features but the new Solution Navigator is nowhere to be seen.  Do I need to do something to enable this functionality?
      
      Thanks.
      
      Pete
    • Hi Pete,
      
      the Solution Navigator (named Solution Explorer) is already included in VS 2012 as a standard.
      
      J. B.
    • The new solution explorer in vs 2012 is way more behind the solution navigator included in the power tools. you cant expand members, like methods, and cant navigate to the local variables, which was extremely useful in a long method. The only improvement is the preview selected items.
      It would be nice to see the solution navigator back in the tools
  • I (still) want more Tab Well rows, NOT fewer!
    1 Posts | Last Post May 07, 2013
    • In VS2010 with PPT, when I pinned tabs I got (in effect) two rows of tabs.
      
      I see that no longer works in VS2012 / PPT.
      
      And I wanted (and requested, very nicely) MULTIPLE tab rows.
      
      While I use a portrait mode monitor and have less width to work with (enough for about five file tabs), I'm sure other developers open lots of files and would like to see multiple tab rows, too.
      
      I got a very nice REPLY when I requested this for PPT / 2010, but I'm sad to say now there's only a single row even when pinned.
      
      Please consider supporting multiple tab rows in the tab well on PPT / 2012.
      
      Thanks again for considering this again.
  • Outline "if" statements
    1 Posts | Last Post May 03, 2013
    • If would really be great if we could see an outline of nested if statements - and have the option to collapse/expand them as though each if statement was wrapped in a region.
  • Format document on save doesn't work for javascript files
    2 Posts | Last Post May 03, 2013
    • Can you please fix Format document on save doesn't work for javascript files too?
    • doesn't work for xaml either
1 - 10 of 104 Items