Skip to Main Content

Oracle Developer Tools for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[BUG] VS Code PL/SQL Syntax Errors Blow Up Formatting

Kevin WhiteMar 16 2023

The formatting engine in the VSCode extension gets tripped up by syntax errors.

For example:

SELECT
  COUNT employeeId
FROM
  dual

Gets turned into

SELECT
  COUNT EMPLOYEEID
FROM
  DUAL
Comments
Post Details
Added on Mar 16 2023
2 comments
241 views