Page 1 of 1

[SOLVED]; IDE; jump to declaration of procedure;

Posted: Fri May 22, 2015 8:55 am
by HanPBF
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!

Re: IDE; jump to declaration of procedure;

Posted: Fri May 22, 2015 9:25 am
by Kukulkan
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;

Posted: Fri May 22, 2015 10:52 am
by HanPBF
Hello Kukulkan!

Many thanks for Your help!!!!

I'll read through PB help...