Support Find Usages for Fields from within the .object file

Issue #849 new
Phil W created an issue

Whilst Apex code that references SObject fields can be used to generate a "stand-in" apex class that represents the custom or OOTB object type, I would like to be able to open the .object file for a custom or OOTB object type, click on the "fullName" value for a field and use the "Find Usages" functionality.

This should be equivalent to finding a usage of the field in some Apex code then doing a "Find Usages" from there.

I would also like it that the "stand-in" apex class for an object be re-generated each time the equivalent object file is modified (by hand or via an update from an org).

Comments (4)

  1. Log in to comment