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

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

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

Post 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!
Last edited by HanPBF on Fri May 22, 2015 10:52 am, edited 1 time in total.
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: IDE; jump to declaration of procedure;

Post 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).
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

Re: IDE; jump to declaration of procedure;

Post by HanPBF »

Hello Kukulkan!

Many thanks for Your help!!!!

I'll read through PB help...
Post Reply