Hello!
I searched and did not find any way to jump to the declaration of a procedure call.
Double click procedure and search module area for regex /procedure\s+NameOfProc/ should be enough.
O.k. module area could be a problem; IDE must now the AST then...
Maybe another way to jump directly to the declaration I missed so far?
Thanks a lot!
[SOLVED]; IDE; jump to declaration of procedure;
[SOLVED]; IDE; jump to declaration of procedure;
Last edited by HanPBF on Fri May 22, 2015 10:52 am, edited 1 time in total.
Re: IDE; jump to declaration of procedure;
CTRL+DoubleClick with mouse over the procedure name should do the trick. It jumps to the declaration of the procedure directly (if in scope).
Re: IDE; jump to declaration of procedure;
Hello Kukulkan!
Many thanks for Your help!!!!
I'll read through PB help...
Many thanks for Your help!!!!
I'll read through PB help...