How to find usages using Eclipse IDE?

后端 未结 7 1377
逝去的感伤
逝去的感伤 2020-12-25 09:49

I have following code:

public class MyClass{
   ...
}

At same workspace I have following class

public class AnotherClass{
          


        
7条回答
  •  感情败类
    2020-12-25 10:26

    Select the resource (method name, class name ) & right click . You will find a menu with title 'Open Call Hierarchy' (shortcut key : alt + Ctrl + H ). This will enlist all the usage in project.

提交回复
热议问题