How can I find references of a class in Eclipse?

后端 未结 3 1931
野的像风
野的像风 2020-12-14 16:49

I have a java class in my project, how can I find all of the places it\'s being used? Similar to Visual Studios find references.

Thanks.

3条回答
  •  半阙折子戏
    2020-12-14 17:22

    Put the mouse cursor/caret on the class or method name in source code and hit Ctrl+Shift+G.

提交回复
热议问题