Beautifier on selection only

Mj55469

Member
Does anyone know how to invoke the PLSQL beautifier on the current selected text instead of the whole window?

I’m using release 15.0.4.2064
 
Last edited:
This can be done by marking the text and invoking the PL/SQL Beautifier. The marked text must be a complete function, procedure, begin/end block, select, insert, update or delete statement though. You cannot mark arbitrary sections of code.
 
Back
Top