提炼方法 ( Extract Method) ,把一段代码提取出来作为一个单独的方法使用。
菜单栏: Refactor —> Extract —> Method
Mac: option + Command + M