How to switch between package specification and body

malinow

Member
Hi,

I am a relatively new user of PL/SQL Developer.

I am still looking for some features I have available in other tools.

I can't see the easy way how to switch between package specification and body. Is it possible ?

Regards,
Marcin
 
If you right-click on a package (body) and select "Edit spec & body", you will get both parts in the Program Window. Now you can quickly switch between them by clicking on the corresponding tab at the top of the Program Window.
 
Back
Top