Content window navigate to declaration, not implementation

Lars J

Member²
Hi!

I am using PL/SQL Developer 6.0.3.893.

I have got a package-body that contains some internal procedures that may be called recursively. Because of that, I have declared the procedures at the top of the package-body, and the implementation further down.

The problem is that when I want to navigate to a procedure using the content-window, I get the declaration of the procedure, not the implementation. Is there a way to jump from the declaration to the implementation, or any settings that may change the way navigation is done?

The package is rather large, so I will not enclose it in this message, but I may send a copy of the package as an attachment to email.

Regards
Lars J
 
For some reason two instances of the procedures suddenly appeard in the content-window, so I am now able to select the one referring to the implementation part. Sorry for the previous message.
 
Back
Top