16.1.7.1521 Problems with new Code Insight

Looks like I missed these features in the last beta, great stuff!

Code insight does not work for me in the following example. Removing the WHERE clause helps.

DECLARE
  d dual.dummy%TYPE := 'X';
BEGIN
  FOR cur IN ( SELECT * FROM dual WHERE dummy = d ) LOOP
    dbms_output.put_line( cur.| );
  END LOOP;
END;

Did not check if this is new, but I get a reproducible AV when triggering code assist:

CREATE OR REPLACE TYPE toad_test_type AS OBJECT(
  x VARCHAR2(9)
);

toad_test_type.|

image


Since you seem to be getting closer, any chance of seeing code assist for TYPE instances in the future?
See old topic: Code Assist: Object Type instances

Thanks!

The AV was my fault. I've fixed it for next beta (not today's).

The original issue (with parameters) is logged for Michael.