Code Insight 12.9.0.39 issue

Again, parser is not handling missing ‘)’ - that’s not displaying IntelliSense drop down

Example :

select decode(d.
from dual d

this works

select decode(d. )
from dual d