Hi,
i am facing following issue (Version 12.11):
Schema DEV
Package TEST with procedure PROC, public synonym TEST
Package DBMS_OUTPUT, schema SYS
1. Case with Toad insight objects Public synonyms unchecked:
In Editor:
Typing TEST and Strg+. gives picklist TEST package
Typing TEST. and Strg+. gives picklist PROC
Typing DBMS_OUTPUT and Strg+. gives picklist empty
Typing SYS.DBMS_OUTPUT and Strg+. gives picklist DBMS_OUTPUT synonym
That result is expected
2. Case with Toad insight objects Public synonyms checked:
In Editor:
Typing TEST and Strg+. gives picklist TEST package and synonym
Typing TEST. and Strg+. gives picklist empty
Typing DEV.TEST. and Strg+. gives picklist PROC
Typing DBMS_OUTPUT and Strg+. gives picklist DBMS_OUTPUT synonym
Typing DBMS_OUTPUT. and Strg+. gives picklist all element from DBMS_OUTPUT
That result is unexpected for schema DEV.
Maybe there are some issues in gathering the data for the picklist.
BR Frank