0

In coderush I can extract a method based on my code.

Is there a way to extract an entire class?

mycode  = 5

turns into

myclass= new myclass;
mycode = mymethod()
myclass
{
methods()
{
return mycode=5
}
}
Xander
  • 9,069
  • 14
  • 70
  • 129

1 Answers1

0

I don't think, there is such feature currently available in CodeRush

Przemaas
  • 841
  • 11
  • 23