In the Delphi 10.4.2 IDE Code Editor, when selecting an Identifier
, the Find References
menu item in the Search menu is disabled (grayed out):
I seem to remember that it did work in previous versions of the Delphi IDE.
So why it is not working?
EDIT: In a simple project such as this Embarcadero demo project:
C:\Users\Public\Documents\Embarcadero\Studio\21.0\Samples\Object Pascal\VCL\ActivityIndicator
the Find References
menu item is enabled:
My project, where the Find References
menu item is disabled, is a complex project with several forms, and its main form unit contains about 15,000 lines. Maybe this complexity blocks the Find References
menu item?