CodeRush 提取类
在 coderush 中,我可以根据我的代码提取一个方法。
有没有办法提取整个类?
mycode = 5
turns into
myclass= new myclass;
mycode = mymethod()
myclass
{
methods()
{
return mycode=5
}
}
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
}
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为 CodeRush 目前有这样的功能
I don't think, there is such feature currently available in CodeRush