A simple query “select * from table_name” is reformatted with linebreak after *. When I press ctrl + Enter, it is throwing syntax error. If I right click and click on Run statement, it runs without issues? It might need a fix in the default PL/SQL formatter. Any suggestions?
SELECT *
^
SyntaxError: invalid syntax