Questions tagged [visual-studio-power-tools]
23 questions
26
votes
4 answers
Curly braces autocomplete in Visual Studio 2012
Just migrated from vs10 to vs12 and it seems like the curly braces is completely broken along side with some other features like indentation in C# (?)
for example type:
public static void myFunc() {
In visual studio 10 it would automatically add…

aromasca
- 821
- 2
- 8
- 12
15
votes
1 answer
How to uninstall the .net Productivity Power Tools (PPT)?
I have recently installed .net Productivity Power Tools and then ReSharper later some time. However most of the futures offered by PPT is being offered by ReSharper as well. Thus I would like uninstall the PPT instead of disabling the futures of PPT…

manu
- 1,807
- 4
- 25
- 32
10
votes
2 answers
What does "Depth of Inheritance" mean for methods?
I have just installed the Visual Studio Power Tool for code analysis and the viewer for the results. Great tools, by the way!
When I click "Analyze Solution" I get the results:
Maintainability
Cyclomatic Complexity
Depth of Inheritance
Class…

Peter K.
- 8,028
- 4
- 48
- 73
8
votes
3 answers
TypeScript 1.3 for Visual Studio 2013 missing SDK directory (tsc.exe)
Typescript v1.3 was announced today, so I installed the power tools update for VS2013.
After installation I can see that Visual Studio now knows about "protected" keyword and tuple types, which is great!
But then I changed the TypeScriptToolsVersion…

mrcrowl
- 1,265
- 12
- 14
4
votes
0 answers
windows phone 10 emulator no internet
I´m using Visual Studio 2015 to emulate Windows Phones. To start these machines I run "Windows Phone Developer Tools 8.1" which lists my available machines.
Mobile Emulator 10.0.14393 starts well and shows a virtual Windows phone but it cannot…

T W
- 41
- 1
3
votes
3 answers
Visual Studio 2010 powertools HTML clipboard support
I installed http://weblogs.asp.net/scottgu/archive/2010/06/09/visual-studio-2010-productivity-power-tool-extensions.aspx but I can not find where I can make use of the HTML clipboard support. Anyone knows where to find it? I already searched in the…

Nyla Pareska
- 1,377
- 6
- 22
- 37
3
votes
2 answers
OpenXml - iterate through a paragraph's runs and find if a run has italic or bold text
I am trying to iterate through paragraph runs, find if a run has italized/bold text and replace that text with something else.
Which is the best method in terms of performance.

etr
- 55
- 1
- 3
2
votes
0 answers
An easy way to replace binary reference in the VS project with a project reference
Note: system is poorly modularized, there is much coupling between components, and I am in no position to change that.
Context MS Visual Studio 2010 (Pro)
Backstory:
I have a solution that uses a web service. There is tight coupling between client…

THX-1138
- 21,316
- 26
- 96
- 160
2
votes
1 answer
Missing "Create Unit Tests..." menu item in Solution Explorer
I'm using Vs2010 Ultimate
Recently I've installed:
Resharper -http://www.jetbrains.com/resharper/features/index.html
VS2010 power tools -…

Stuart
- 66,722
- 7
- 114
- 165
1
vote
1 answer
custom document well vs2017 configuration
I installed the Productivity Power Tools extension in Visual Studio VS2017.
This extension installed other extensions for me as designed, amongst others Custom Document Well.
I would like to configure Custom Document Well, but I cannot seem to find…

GeneralSanta
- 11
- 2
1
vote
1 answer
VS 2010 Power Tools - Align Assignments not working in VB.NET
I'm using the Visual Studio 2010 Productivity Power Tools and I can't get the Align Assignments feature to work in VB.NET:
Productivity Power Tools
Align Assignments
This extension is useful for making
your code a little more readable by
…

Jeremy Thompson
- 61,933
- 36
- 195
- 321
1
vote
1 answer
Is it possible to import Visual Studio Power Tools settings?
Recently I've upgraded from VS2013 to VS2015. I've imported my settings file from 13 to 15. Now I would like to import my settings for the extension 'Visual Studio Power Tools'. Specifically the document well regex settings. I use this to color my…

nycfdtd
- 404
- 7
- 23
1
vote
0 answers
VS 2010: Solution Explorer->Add New Item->"Application Manifest File" Is Missing
I'm using VS2010 Ultimate
Recently:
In the "Add New Item" dialog box the Item "Application Manifest File" not exist,
Why it's missing?
Does anyone know how to redisplay that item?
Any help appreciated. Thanks!

jhon
- 11
- 1
1
vote
3 answers
How to change generated class names generated using Entity Framework Power Tools
Guys am working on an Asp.Net MVC project that already is using a repository pattern for fetching data from MS SQL Server database.
I now intend to use Entity Framework for some new particular requirement of our project without disturbing the old…

Faisal Mq
- 5,036
- 4
- 35
- 39
0
votes
1 answer
Git clone, Permission denied on windows
Im trying to clone a repo and facing Permission denied error as below
$ git clone https://github.com/PowerShellEmpire/PowerTools.git
bash: /mingw64/bin/git: Permission denied

Doujinx
- 1
- 1