18.1 – New Formatting Option, Right-Align Query Keywords
Due to popular demand, we’ve added this new preference to the formatter. With it turned on: Some folks hate this, like Connor. On SELECT B.DEPARTMENT_NAME, A.FIRST_NAME, A.LAST_NAME, A.SALARY FROM...
View ArticleCan You Format My Code, This Way?
A follower reached out to me late yesterday with this request: From meh to wow – can we do it? And the answer is yes, we can pretty much get there. I’ve noticed a few things by looking at his...
View ArticleVersion 19.1 and Custom Highlighting: DBMS_OUTPUT
Question: Why is my DBMS_OUTPUT code highlighted like it’s a COMMENT now? Answer: Because someone requested this change. The idea: INSTRUMENTATION code can be a distraction when you’re looking to go...
View ArticleTrying out Trivadis’ Code Formatting Rules, Thanks Philipp!
Teams and developers will frequently argue about code being ‘ugly’ or ‘hard to read.’ While we can say these are subjective points or opinions – at a certain point, ugly code is ugly code. I found this...
View ArticleOracle SQLDev VS Code Formatter & Task Management
Our extension’s latest update (24.3) was released yesterday! If your VS Code hasn’t already updated the SQL Developer extension, now’s the time The BIG feature for 24.3 was our PL/SQL Debugger. Read...
View Article