Is there a keyboard shortcut for “Do Refactor” (Refactor Preview Pane) in IntelliJ IDE?

后端 未结 3 1766
无人共我
无人共我 2021-01-08 01:23

How to press \"Do refractor\" button when you are trying to refractor some method in (PHP, Java..) code.

Steps:

  • Press ctrl+r to rename method
3条回答
  •  無奈伤痛
    2021-01-08 01:47

    Every button has a letter underlined, if you press alt and this letter then it will do this action.

    You can also move focus (which is by default on main button) using tab and shift+tab and use enter to validate your choice.

提交回复
热议问题