Code Navigation

rhalpain

Member
I have several local functions/procedures within a procedure in a package body. Is there a way to navigate directly to the body (the BEGIN) of the main procedure. My current method is to double-click on the next first-level procedure, scroll up and place my cursor on the END, and do a CNTL-M to find the matching BEGIN. Is there a better way?
 
There is no way to automatically navigate to the actual BEGIN of the program unit. Maybe we can implement this as the Ctrl-double click action. I have added this to the list of enhancement requests.

------------------
Marco Kalter
Allround Automations
 
Back
Top