sedavidw
sedavidw

Reputation: 11691

Productivity Power Tools not working in VS 2017

I just installed Productivity Power Tools for VS 2017 and the installer said everything was successful, I do see the location for it in Tools > Options. However when I click on it it doesn't have the option to enable/disable certain features (Custom Document Well for example).

I've tried uninstalling and re-installing with no success. The old behavior used to show the ability to enable/disable features on when you click on it. Now it just shows the output of the HTML copy tab

Upvotes: 14

Views: 8340

Answers (5)

Daniel Silva
Daniel Silva

Reputation: 837

In my case the installation of Productivity Power Tools failed for Visual Studio Comunity 2017, I updated the VS 2017, tried to install again the Productivity Power Tools and all worked like a charm.

Upvotes: 0

MD Shohag Mia
MD Shohag Mia

Reputation: 1

Please go the following direction below:

"ReSharper/Extension >>Options >>Environment >>Keyboard & Menus >>Hide overridden VS menu items", Could you try untick that checkbox feature once again start for "Remove and Sort Using on Save".

Upvotes: -2

mabiyan
mabiyan

Reputation: 714

Posting this so it may help someone.

In my case, i tried to install productivity power tools by downloading it from here and then executed downloaded .vsix file which didn't work and got an error message like "This extension is already installed to all applicable products". Thought probably had installed it before and went to search it's trace under Tools=> Options but unfortunately couldn't find anything related to this extension. Also, couldn't find options like "Reset Productivity Power Tools" under Tools menu.

Later doing this worked for me, Tools => Extensions and Updates in the left pane selected Online => Visual Studio Marketplace => Tools option and searched for Productivity Power Tools downloaded and installed from there.

Upvotes: 0

jessehouwing
jessehouwing

Reputation: 114731

There are separate installers for the individual features now. The main package should be installing the parts in the background, but you can force the installation manually if needed by downloading the individual parts. The link to each individual part can be found on the page of the main installer.

The enable disable option has been removed in favor of the ability to uninstall/disable individual extensions from the tools & extensions window:

Note: The Productivity Power Tools does not install a page in Tools->Options for enabling and disabling individual Productivity Power Tools. For Visual Studio 2017, we have release all components as separate extensions. So, you can now enable and disable them through Extensions and Updates. Hence, there is no longer a need for the page in Tools->Options.

I've personally had to use the "Reset Productivity Power Tools" option from the Tools menu after the latest upgrade.

Upvotes: 17

reza.cse08
reza.cse08

Reputation: 6178

I have faced this type of problem. Just click on Reset Productivity Power Tools under Tools menu. If you have already install Productivity Power Tools.

here is a link

https://developercommunity.visualstudio.com/content/problem/18576/productivity-power-pack-not-showing-in-tools-optio.html

Upvotes: 6

Related Questions