<p>Am 10.02.2016 11:11 schrieb "Anthony Walter" <<a href="mailto:sysrpl@gmail.com">sysrpl@gmail.com</a>>:<br>
><br>
> Marc,<br>
><br>
> Your suggestions only work if a unit declaring the function is in your uses clauses. In the scenario I described that is clearly not the case. <br>
><br>
> Additionally, and in a different scenario, when the identifier IS defined and several units are in the uses clause the goto declaration can jump to an include file without any information pertaining to which of the units is including the file. To the best of my knowledge there isn't a straight forward way to figure this out, unless the author add that text to a comment in the included file which often is not the case.</p>
<p>You can alternatively simply try F1, at least as long as you know the identifier. That will either take you to the help or it will open the Code Browser which will search for the identifier.</p>
<p>This was also discussed in the following thread on the Lazarus mailing list: <a href="http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085631.html">http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085631.html</a></p>
<p>Maybe this will help in at least some situations :)</p>
<p>Regards,<br>
Sven</p>