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で現在利用可能なそのような機能があるとは思わない