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.
Put the mouse cursor/caret on the class or method name in source code and hit Ctrl+Shift+G.