|
|
![]() |
| PL/SQL
Beautifier |
|
The PL/SQL Beautifier allows you to format your SQL and PL/SQL code through a user-defined set of rules. Your code can automatically be beautified when you compile, save, or open a file. This
feature will increase your productivity, since you do not have worry
about the format of your code when you create it, or reformat it when
you make modifications. The PL/SQL Beautifier will also improve the
readability of your code, due to its consistency. This is most important
when you work in large project teams. If you frequently spend several
minutes reformatting your colleague's code before making any real modifications,
then you know what we are talking about. [ BACK ] |