I am using eclipe for PHP, I could use ctrl+click jump to any function located file. Opposite above, does any trick if i want to know e.g. foo() in file foo.php how many called? which php file called foo() to use?
I can use "search" but result will be messy if the same function name located many php file.