Visual Tomato AssistX provides a menu to automatically add method/class documents for the C++ functions.
I just installed the Productivity Power Tools for Visual Studio 2010. I also have ReSharper installed. Prior to the PowerTools installation, my TODO comments (i.e. // TODO: Do Something) were showing
How开发者_运维技巧 to I unload Resharper without uninstalling it? I need it for one project, but it interfers with another.Tools > Options > ReSharper > SuspendIn Resharper 5, you can use the CTRL+SHI
If I\'m building a debug solution and I have #if !DEBUG public void DoA() { DoB(); } #endif public void DoB()
I\'m trying to get rid of a ton of unnecessary fully qualified types and instead throw in a using at the top of these classes.
I\'m using Visual Studio 2010 + ReSharper. I there any way to modify auto-indent for methods parameters (any VS2010 or ReSharper option)?
Is there free equivalent of Resharper\'s \"M开发者_StackOverflow社区ove to Resource\" functionality in Visual Studio? The resource refactoring tool is a great addon for thatI\'ve found myself another
When I try to use a class whose home namespace is not imported with a using directive, a pop-up appears allowing me to choose the class (by its full name) and adds a using directive to import it.
I\'m getting a strange error in VS 2010.I have a project set to use .NET Framework 4.When I type the code:
I\'ve heard that Visual Studio 2010 = Visual Studio 2008 + Resharper.I\'d like to know how true that is.I don\'t want to start using Resharper to accomplish superficial things, nor to accomplish thing