IntelliSense issue 12.11.0.80

There seem to be a regression with intellisence

in following sql

select max(d.
from dual d

Drop down is not being populated with list of columns until missing parenthesis is given.

select max(d. )
from dual d

I think it was sorted out some time ago

This has not been sorted out yet.

Michael