Is there keyboard shortcut for "Toggle between spec & body" in package? (ver.11)

Andrew N.

Member²
I have edited procedure in package body (added new parameter) and now want to add this parameter to procedure specification.

Can we quick toggle to method specification and back?

I have tried to find a shortcut for this action but in vain.
 
This shortcut works but not as intended.

I want to jump to the specification of exactly the same method .
For example, if I staying in body inside "Procedure1" I want to jump to "Procedure1" specification and vice versa.

But PL/SQL Developer just remembering cursor position separately in spec and body and simply switches between them ...
 
Back
Top