2 simple sqls:
SQL A
select max(r3.
from dual r3
SQL B
select r3.
from dual r3
SQL B can easily show drop down with list of columns while SQL A cursor just flickers - no drop down is displayed
I first had it in different Editor Tab where it was somewhere at the end of all statments, so I’ve thought it’s double EOL not being treated as sql separator again, but after I moved it to new tabs it’s probably another issue with parsing sql.