save separate features

Daniele

Member³
Hi, anyone know how to add code at the end of package (header or body) when it is saved?
Like the slash that is automatically inserted.
There is a plugin that do this?
 
This isn't what you asked for, but I change it in the beginning instead of when I save. I added templates in the "Program units" called "My Package" and "My Body" and set them up to our coding standards. I open these from the menu when I create a program. At the end I have:

/
SHOW ERRORS;

This creates a separate tab that doesn't compile, so checked the "Ignore unrecognized PL/SQL" preference in the Program Window preferences.
 
Back
Top