ReSharper - It Just Keep Impressing
I've been using ReSharper for a long time, and I don't think that there is anyone who read my blog who doesn't know how highly I think of it.
Nevertheless, today I was taken about by it's capabilities.
I'd a class B that inherit from class A, where A has a non trivial constructor, and class B is a small extention to A. I wrote the class and the single extra member, and told ReSharper to generate a constructor. It generated a constructor that include both the new member and all the requirements for class A's constructor, and even add a call to it.
That would've been the way I would've written it. And it saved me some small but measurable amount of time (which I'm using to write this post).
Joel's post about debugged products come to my mind when I saw this. That is one quality product! The attention to details is simply amazing. And I haven't even began to use all the new features in the Early Access Program for version 1.5.
Comments
Comment preview