function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tim__mTim__m 

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.

Jeremy_nJeremy_n

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

Tim__mTim__m

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.