Package/Typesv edit from context menu.

When we right click on packages/types, we have the option to edit or edit/spec&body.

If it's the spec we've clicked on, then edit will open the spec, and if it's the body we've clicked it on then edit will open just the body.

If I have some [pl/]sql that uses a package, and I want to go to to the code, right click and edit will only open the spec.
It would be handy to have specific 'Edit Spec' and 'Edit Body' options available. Not a major issue, just something that always catches me out.
The same would be for type/type bodies.

So, perhaps on the context menu 'EDIT' should open up another level of menus offering the options mentioned above. View probably the same.

Many thanks.
 
If you right-click on a package name in some SQL or PL/SQL Code, both the "Edit" and "Edit Spec & Body" menu options are available.

Furthermore you can Ctrl-Left-Click to view or edit the specification or Ctrl-Right-Click to view or edit the body. A preference controls whether this is a "View" or "Edit".
 
Thanks for the reply.
I'm aware of those options. I want, specifically, an option to edit JUST the body if possible.
Thanks

 
Last edited:
Sorry, if that sounded like a demand - it wasn't. I was just trying to be clear.

IncredibleMrT said:
Thanks for the reply.
I'm aware of those options. I want, specifically, an option to edit JUST the body if possible.
Thanks
 
As stated above, you can Ctrl-Right-Click on a package name in a source to view or edit the body. A preference controls whether this is a "View" or "Edit".
 
Back
Top