Does IntelliJ have the equivalent of the Eclipse “method view”?

后端 未结 4 1036
清酒与你
清酒与你 2020-12-29 06:44

By this I mean the feature where you can click on a class and the methods are displayed in alphabetical order. At the moment it doesn\'t seem to drill down any further than

4条回答
  •  鱼传尺愫
    2020-12-29 07:34

    See view->File structure popup or press ctrl-f12 if you haven't changed the keymap.

    It also has call hierarchy (ctrl shift f12 on a method declaration) which is very useful..

提交回复
热议问题