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
Use Ctrl+G to find all uses of a function in the workspace.