[17.0.183.1216] Code assist not working with certain code

With the following code, code assist does not show packages/function/procedures below the query.

It works above the query, commenting out the query also makes it work again.

Can you reproduce this?

CREATE OR REPLACE PROCEDURE x
AS
  v_dummy dual.dummy%TYPE;
BEGIN
  SELECT dummy INTO v_dummy FROM dual;
  |
END x;

This also happens with [16.3.231.2085]

Thanks, Peter. I can reproduce this one and will log it. It looks like Code Insight still thinks you are working within the query.

@PeterLang - This is fixed in the next beta.

1 Like