PL/SQL常用设置

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

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.

SF=select * from

You can also reference a template as replacement text. For example:
WH=LoopsWhile 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 elementsProcedure implementation.tpl

CF=Package elementsFunction implementation.tpl

Tools --> Preferences --> Oracle --> Logon History --> Store With Password
Tools --> Preferences --> Editor --> Keyword Case --> Uppercase
Tools --> Preferences --> Key Configuration

原文地址:https://www.cnblogs.com/wwxbi/p/4162407.html