In Eclipse, how can I find all the function uses in a Java application? What is a shortcut for this?
I tried using Ctrl + H to search by method, but it returns me all the methods with the same name.
java eclipse
JaneNY Jan 31 '11 at 12:27 2011-01-31 12:27
source share