When I move the cursor in the editor "into" a call-a-procedure name I get help about it in the status bar next to "Line: ... Column: ...".
So far so comfortable.
As a little further evolving of IDE I would like any one line comment after procedure/declare also shown.
I don't know what's scanned; so comment of declaration or implementation may be shown.
Code: Select all
declare myProcedure(P1.i, P2.s="") ; as .s
Code: Select all
procedure myProcedure(P1.i, P2.s="") ; as .s
procedure myProcedure(P1.i, P2.s="") ; as .s
or
declare myProcedure(P1.i, P2.s="") ; as .s
So, the little "; as .s" is also shown.
Yes, I can jump forward into procedure, but can't jump back (only in the same file with Ctrl-l)...
Thanks!