The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
21 views

Regular expression with word boundaries is not matching

I am trying to compute a regular expression to use with TFS Power Tools with the DocumentWell feature. I am testing this in a console application at the moment. ...
0
votes
2answers
85 views

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 ...
0
votes
0answers
55 views

Close button does not prompt to save in Visual Studio 2012 within an Azure cloud project

I have made a change to a .cscfg file so that the red dot appears in the tab. I then click Close or press CTRL-F4 but the window disappears without prompting me to save. If I re-open the file it loads ...
0
votes
1answer
615 views

How to install EFPowerTool Beta on the right version of VS on my PC

I have several versions of MS Visual Studio installed on my PC. VS 2010, VS Express 2012 for Web and WebMatrix 2. The problem I am having is that when I try to install EFPowerTool Beta (Entity ...
0
votes
0answers
69 views

Productivity Power Tools Disabled after installing

I installed productivity power tools on my VS but it does not work. When I check in extension manager installed extensions, I see that power tools are installed but are greyed out and DISABLED. Button ...
0
votes
0answers
31 views

EF Power Tools beta 2 nameing - adds Set to name

I am using the ef power tools beta 2 to do reverse engineering code first. However a table in my DB called: Drink is transformed to an entity called DrinksSet. I would just like it to be named Drink. ...
3
votes
1answer
5k views

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() { ...
0
votes
2answers
589 views

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. Thanks for your ...
1
vote
0answers
97 views

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 ...
0
votes
2answers
140 views

Javascript in VisualStudio 2010

Are there any good, reliable plugins for Visual Studio that make Javascript development less painful? Every time I write a closing brace or a semicolon VS feels the need to inappropriately and ...
9
votes
2answers
688 views

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 ...
2
votes
1answer
814 views

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 - ...
1
vote
1answer
1k views

VS 2010 Power Tools - Align Assignments not working in VB.NET

I'm using the Visual Studio 2010 Productivity Power Tools and I cant get the Align Assignments feature to work in VB.NET: Productivity Power Tools Align Assignments This extension is ...
3
votes
3answers
335 views

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 ...