Productivity Power Tools

Microsoft Gratis

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

Microsoft
(719) Comentar
Visual Studio
2010
Descargar (1.303.315)
12/07/2011
10.0.20626.18
Vista
E-mail del.icio.us Digg Facebook Reddit Barrapunto Twitter Windows Live Favorites Windows Live Spaces
Agregar a favoritos
Descripción
Opiniones (719)
Preguntas y respuestas (780)
Inicie sesión para escribir una opinión.
Ordenar por:

Awesome extension !

por akjoshi | vie 2:21

Very useful, pinning tabs and colured tabs features are great. Solution navigator also looks very useful.

por Daniel W. Thomas | jue 7:42

The new Add reference dialog is absolutely fantastic. I've been writing a lot of demo apps lately, and I've been spending a lot of time adding references. Every time I open the standard Add reference dialog, I have to wait for it to populate. Again and again. And again. And again. Finally got fed up and did a search, and found this. OH ... MY ... GOD. Thank you so much to the people who created this.

Now that I'm starting to look at the other parts of this toolkit, I'm amazed even further. The Scroll Bar "Full Mode"! The Vertical Tabs! The HTML Copy - no longer do I have to copy, paste into Word, copy back out of Word, then paste into OneNote.

I'm sure I'm forgetting other things I like. Bottom line, this toolkit is fantastic. I hope all these features make it into the next version of VS, but if not, I hope you release this toolkit for it. I WON'T GO BACK!!!

por valamas | mayo 09 2012

por JamWils | mayo 09 2012

por ezien | mayo 08 2012

great and useful!

por Mattias Sköld | mayo 05 2012

Many usefull improvments, should be a part of every VS deployment

por J.Verdurmen | mayo 04 2012

por johnlouros | mayo 03 2012

Nice tool, just disable "Quick Search", "Mixed tabs", "HTML Copy", "Solution Navigator".

por engineren | abril 30 2012

por MartinIs2Fast | abril 13 2012

The search is cool, but it would be better if I could see number of found results (in case when I search in entire solution I’m not sure if I stepped through all results)
Also make it work with “Find Results 1 OR 2” panels, so it displays the found results in there
Thx

por Guido Over | abril 13 2012

very helpful!!

por alexb17 | abril 13 2012

por Dragan Radovac | abril 11 2012

Love the Solution Navigator

por gopNick | abril 10 2012

Hello. Very Usefull extension, but i have some trouble with debugging when extension is enabled. Every debug step F10\F11 verrrry slow. VS hangs for some time (About 1 sec) and after "answers".

More details here:

http://stackoverflow.com/questions/5623270/visual-studio-2010-f10-f11-stepping-slow-toolbar-stepping-fine

Plz fix it. Sorry for my English.

por chetang[msft] | abril 05 2012

Awesome tool !

por Wavounet | abril 05 2012

por Matthias Friedrich | marzo 30 2012

por BillW33 | marzo 29 2012

Some really useful productivity boosters in this extension. Hope to see some of these features in a future release of Visual Studio.

por Okan Sarıca | marzo 27 2012

Very good usage but i couldnt use Quickfind option i think it doesnt work and no way to close that option

1 - 20 de 719 Elementos   
« Primero   < Anterior   1  2  3  4  5  6  7  8  9  10    Siguiente >   Último »
Inicie sesión para iniciar una discusión.


  • ctrl+l doesn't work on multiple lines
    1 Posts | Último elemento para exponer vie 11:44
    • ctrl+l doesn't work on multiple selected lines after installing this plugin. ctrl+l DOES work on a single line however if you select multiple lines it will leave behind text artifacts. 
      
      typical use case is to select multiple lines of text, BUT NOT the entire start and finish of the first and last line and press ctrl+l. expected result is all content from all selected lines will be cut from the document. actual result is that text that was not fully selected on the first and last line of the multi-line selection is then left behind and another ctrl+l is required to get rid of it.
      
      if the productivity power tools plugin is disabled or uninstalled the default visual studio behavior is restored so this plugin is definitely causing this bug.
  • Solution navigator file sort
    1 Posts | Último elemento para exponer mayo 09, 2012
    • Solution navigator does not sort files correctly. Here is a listing of files that are open in the same folder. Using view (show open files)
      ViewModel.cs
      _ViewContent.cs
      _ViewRoutes.cs
  • Enhanced Scroll Bar and Javascript, HTML and VB files
    1 Posts | Último elemento para exponer mayo 01, 2012
    • I could have sworn that at one point bookmarks and breakpoints were shown in the Enhanced Scroll Bar for javascript (et al) files, but that no longer works.
      
      It works fine in .cs files, though.
      
      Is there a setting or config I'm missing?
  • Showing errors in scroll bar only after viewing the code
    1 Posts | Último elemento para exponer abril 23, 2012
    • Errors are marked in the scroll bar only if we go over that part of code (and stop a bit for the editor to find errors).
      
      Is it possible to see all the errors at once?
  • cannot add the item because the item to add it to is not a solution folder or the solution
    1 Posts | Último elemento para exponer abril 23, 2012
    • When I use "Solution Navigator" to add a new project (MVC3 Web application), the error occurs:
      "cannot add the item because the item to add it to is not a solution folder or the solution"
      Add new project "Asp.NET Web Application" don't occurs error.
      "Solution Explorer" normal use, no errors.
      (Sorry, poor English)
      MrB
      
  • Ctrl + Alt + ] to Align Assignments
    1 Posts | Último elemento para exponer abril 20, 2012
    • Hi,
      
      Is there a way to reconfigure the default key combinations in the Productivity Power Tools?
      For example the Ctrl + Alt + ] to action the "Align Assignments" command is conflicting with the normal keys on AZERTY keyboards. It is therefore no longer possible to get the '[' character as long as the "Align Assignments" option is activated.
      
      Thanks 
  • I can see it in the list of extensions and it is enable but when i press Alt + Up or Alt + Down nothing happens.
    1 Posts | Último elemento para exponer abril 20, 2012
    •  I can see it in the list of extensions and it is enable but when i press Alt + Up or Alt + Down nothing happens.
  • VS 2011
    2 Posts | Último elemento para exponer abril 19, 2012
    • Do you intend to port this wonderful pack to VS 2011? Functionalities like the Solution Navigator, the Quick Find, ... are really useful, they would be sorely missed on vNext.
    • Many of the features (although it seems not all) will be part of the VS 11 itself, for example Solution Navigator, quick find, add reference dialog.
  • Find with regex across lines
    1 Posts | Último elemento para exponer abril 18, 2012
    • The regex option for the Find & Replace does not search across lines.  In other words if I have a series of lines like this:
      Something ABC
        XYZ Else
      
      and want to put them on the same line and eliminate some text: 
      SomethingElse
      
      I expect this regex to do the job:
      \sABC\s*XYZ\s
      
      \s should include the \r and \n, even putting those explicitely doesn't work.  
      
      I was able to do multiline replace in VS 6 but have not found a reliable way to do so since.  I was more hopeful with the new support for less quirky regex.  Hopefully y'all can take a look at this.  Thanks.
      
      
  • Selected Line color in Find Results window
    1 Posts | Último elemento para exponer abril 18, 2012
    • Any plans to address this issue?:
      
      http://stackoverflow.com/questions/7042195/how-to-change-background-color-of-active-line-in-visual-studio-find-results-wind
      
      I have the colors set correctly for the code window, but the Find Results window is almost unreadable for the selected line.  Would be very helpful if the color could be set the same way it can for the text editor.
1 - 10 de 780 Elementos   
« Primero   < Anterior   1  2  3  4  5  6  7  8  9  10    Siguiente >   Último »