Browse by Tags

All Tags » C# » Resharper (RSS)

Comparing CodeRush Refactor! Pro and Resharper 4, part 1 or N -- first glance.

Metadata view of code in referenced assemblies This is a big one for me. For whatever reason, Refactor 4 (and prior) completely disables this and sends you to the Object Browser instead. You get metadata view with CodeRush Refactor! Pro. Keyboard layout...

Resharper Isn't Always Smart

I was writing some code today, essentially like this: public class MyClass { private int value; public MyClass( int value) { this .value = value; } public static bool operator ==( MyClass left, MyClass right) { return left.value == right.value; } public...
Posted by PeterRitchie | 11 comment(s)
Filed under: , ,