Intellij shortcut for quick call hierarchy

后端 未结 8 1113
无人共我
无人共我 2020-12-04 14:20

Is there a shortcut key to bring up the call hierarchy of a method inline with the code, in the quick menu format, rather than bringing up the call hierarchy panel?

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 14:45

    • Call Hierarchy:
      • macOS: ^ + + H
      • windows: Ctrl + Alt + H
    • Find Usages:
      • macOS: + F7
      • windows: Alt + F7
    • Declaration:
      • from declaration, shows dropdown menu of usages
      • from usage, jumps to declaration
      • macOS: + B
      • windows: Ctrl + B

提交回复
热议问题