Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
244 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
3answers
194 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 ...
1
vote
0answers
336 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
611 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 ...
0
votes
0answers
20 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
0answers
19 views

Spec Explorer or NModel (MBT) Modeling Best Practices

Is it better to use Enums and simple value types in a single class for your model, or should you use multiple classes to manage your modeling state? What modeling approaches have worked best in your ...
0
votes
2answers
53 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 ...