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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.