Search code examples
.netvisual-studio-expressautomated-refactoring

Is there an easy way to Extract Interface in Visual Studio Express 2010 Edition?


I have a large class from which I want to extract interface.

I only found "Extract Method" under Refactor Option, so I am wondering if there is any free tool available that does that, so I do not have to create the interface by hand?


Solution

  • I am answering my own question for other users with the same problem.

    After looking around the web I came across SharpDevelop which is The Open Source IDE for .NET and it has some features that are missing in Visual Studio Express.

    One of those features is also Extract Interface.