Refactoring in .NET

Brenton House is asking about refactoring tools for VS.NET. I've also used Eclipse in the past and it's refactoring tools are nice. I really miss them in VS.NET. Of the links he posted, Xtreme Simplicity looks pretty nice. I'll be following the comments on his post closely.

Is anyone working on an open-source refactoring add-in for VS.NET?

Published Wednesday, July 23, 2003 11:18 AM by PSteele

Comments

# Brenton House's .NET Blog

Brenton House's .NET Blog

Wednesday, July 23, 2003 11:18 AM by TrackBack

# re: Refactoring in .NET

There is one on sourceforge named Openieuw. The link is:

http://sourceforge.net/projects/opnieuw

Its still in its early stage but it is still being worked on. It currently has implementations for Extract Method, and Extract Interface.

Wednesday, July 23, 2003 4:00 PM by Kartal Guner