Board index » delphi » Delphi7: How to add "Find Usages" function ?

Delphi7: How to add "Find Usages" function ?


2006-02-09 10:22:16 PM
delphi238
Find Usages means finding where is a particular variable/methods used in the
codes.
Are there any plugins can do so ?
Thx
--
 
 

Re:Delphi7: How to add "Find Usages" function ?

Quote
Find Usages means finding where is a particular variable/methods used
in the codes.

Are there any plugins can do so ?

There's a Find in Files method, which will show all instances of whatever
you're searching for. Do a CTRL+F and click the Find in Files tab. A list
of where the value is located will appear not only showing the line where
the value was found, but also the unit in which it is used.
I'm not sure if that is what you're trying to find, but it works for me.