How to find usages using Eclipse IDE?

后端 未结 7 1389
逝去的感伤
逝去的感伤 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:19

    Try right-click on MyClassand then References->Workspace. I think this might be what you're looking for.

    Also works on methods, variables etc.

提交回复
热议问题