Beautifier rules / Auto Replace tips

Vio

Member
Hi all,

I need something like this, for a defined couple of words, after I write the word, the case to be changed in the following way:
Example:
clientid => ClientID
fullpersonname => FullPersonName
I tried with Beautified - Use Special Case, also with Editor - AutoReplace, didn't worked... Strange, when I tried with AutoReplace file the case changed for a second into ClientID, but immediately after that changed back to clientid...
I can add here my settings print screen, if needed.
Some example of configuration will be appreciated.
Thank you!
 
The Special Case option of the PL/SQL Beautifier works, but not dynamically when you are typing. You will need to explicitly invoke the PL/SQL Beautifier.

The AutoReplace option also works, but only if you type a space, tab, enter, ( or . after the word. So if you type "where clientid=10", it will not be replaced. We'll enhance this for the next version.
 
Back
Top