Home refactoring.net
Post
Cancel

refactoring.net

This looks like a really good tool… it automates a few standard refactoring operations in C# code.

I could see this saving a lot of time if you are refactoring a bunch of code… I plan on trying it out, and I’ll report back. However, in the mean time, here’s a list of the supported refactorings:
<ul>
<li> Encapsulate Field
</li><li> Extract Method
</li><li> Inline Temp
</li><li> Introduce Explaining Variable
</li><li> Move Member
</li></ul>
Also, it’s pretty cheap, at $110 per user. (Appropriate, given the small scope of the product.)

This post is licensed under CC BY 4.0 by the author.