This is a new feature request for the problem I can see in 7.1.5.1398. Probably could be exen classified as a bug.
I have some nasty code that is using custom types (objects defined as not final, then final versions and columns with such custom types - thus the table has "variable" number of columns). When I display table items in Oracle SQL Developer I can see at least all the items that are within a column along with the custom type name. In PL/SQL Developer I can see only the first item (thus I have no knowledge that such column contains anything more).
I could provide some more details (including DDL/SQL examples) if needed.
I have some nasty code that is using custom types (objects defined as not final, then final versions and columns with such custom types - thus the table has "variable" number of columns). When I display table items in Oracle SQL Developer I can see at least all the items that are within a column along with the custom type name. In PL/SQL Developer I can see only the first item (thus I have no knowledge that such column contains anything more).
I could provide some more details (including DDL/SQL examples) if needed.