You need to sign in to do that
Don't have an account?

Find all references
Are there any tools out there to find all references to an apex class and/or class members? It would be really nice to have a 'Find all references' right click context menu item in the IDE.
You can always use the Search menu in Eclipse. It will look through all your apex and Visualforce for a string. It's not exactly what you're looking for, but it may be the closest you'll get.
Jeremy
Yeah, the search function in eclipse works perfect for static members but not so much for instance members. But I think your right Jeremy, its the closest you'll get.