resharper
How to add auto document for method & class & field in C# with ReSharper 5?
Visual Tomato AssistX provides a menu to automatically add method/class documents for the C++ functions.[详细]
2023-03-12 11:04 分类:问答TODO comment font color in VS2010 with ReSharper and Productivity Power Tools
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[详细]
2023-03-12 07:52 分类:问答How to I unload Resharper without uninstalling it?
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[详细]
2023-03-11 21:24 分类:问答Find usages not working for code which is not built because of pragma
If I\'m building a debug solution and I have #if !DEBUG public void DoA() { DoB(); } #endif public void DoB()[详细]
2023-03-11 21:09 分类:问答Replace Unnecessary Fully Qualified Types and add usings Across all Classes
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.[详细]
2023-03-11 11:39 分类:问答Methods parameters indent (configuration Visual Studio, ReSharper)
I\'m using Visual Studio 2010 + ReSharper. I there any way to modify auto-indent for methods parameters (any VS2010 or ReSharper option)?[详细]
2023-03-11 01:38 分类:问答Is there free equivalent of Resharper's "Move to Resource" functionality in Visual Studio?
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[详细]
2023-03-10 19:53 分类:问答Can I set up ReSharper to rename unimported classes usages to their full names instead of importing their namespaces?
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.[详细]
2023-03-10 17:17 分类:问答ReSharper red underline on type inference in VS 2010
I\'m getting a strange error in VS 2010.I have a project set to use .NET Framework 4.When I type the code:[详细]
2023-03-10 16:52 分类:问答Resharper Compared with Visual Studio 2010
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[详细]
2023-03-10 14:27 分类:问答