首页 > 代码库 > PL/SQL常用设置

PL/SQL常用设置

AutoReplace
When enabled, you can define words that are automatically replaced with a replacement text.
Pressing the Edit button allows you to edit the file with words and replacement texts.

tools-->preferences-->user interface-->editor-->AutoReplace

SF=select * from

You can also reference a template as replacement text. For example:
WH=Loops\While loop.tpl
In this case the While loop template from the Loops template subdirectory will be invoked, allowing you
to use variables and cursor placement for the replacement text.

 

CP=Package elements\Procedure implementation.tpl

CF=Package elements\Function implementation.tpl

PL/SQL常用设置