Greetings, I'm using PL/SQL Developer 7.1.4.1390.
I noticed that placing this:
ALTER SESSION SET current_schema = SCHEMA;
into my AfterConnect.sql does not work as expected.
Meaning, I can perform selects, etc. without issue, but the Code Assistant still refuses to perform auto-completion...