Hi,
We use git as our SCM. Our process is that files are taken from the SCM and compiled in the database, worked on in the database and then exported back to the SCM. Our PL/SQL files combine both the specification and body as a single file. Our current IDE treats such files as a single 'entity' with one tab for the spec' and another for the body.
When I try this with SQL Developer I end up loading a single file that cannot be compiled as it contains a '/' between the spec' and body.
Is it possible configure SQL Developer to open a file that contains both a specification and a body and have SQL Developer deal with it 'appropriately'?