How can I switch from viewing / editing package declaration to implementation

KAlex

Member
Is there a way of switching between editing package body and package header? Let's say I have a window with package' header and want to switch promptly to editing it's body.
 
I would like that as well. Clicking hyperlinks will only open either the spec or body. I wish it opened both, but it does not. It would be nice to be able to switch back and forth in this case.
 
Workaround:
In the package body, go to the top of the code (ctrl-Home), ctrl-click on the package name -> header opens.
In the package header, go to the top of the package, ctrl-rightclick on the package name -> body opens

Disadvantage: you lose focus of the code where you were working.
 
Back
Top