开发者

CodeRush Extract class

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
}
}


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜