Find all occurrences of a function in Eclipse

前端 未结 5 1098
别跟我提以往
别跟我提以往 2021-01-31 08:03

In Eclipse, how can I find all usages of a function in a Java app? What is the shortcut for that?

I tried with Ctrl+H to search by method, but it r

5条回答
  •  后悔当初
    2021-01-31 08:19

    Select a method and hit Ctrl+Alt+H to open its Call Hierarchy which will show you where the method is being called from.

提交回复
热议问题