Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 coderush 中,我可以根据我的代码提取方法。
有没有办法提取整个类?
mycode = 5 turns into myclass= new myclass; mycode = mymethod() myclass { methods() { return mycode=5 } }
我不认为,CodeRush 目前有这样的功能