It would be helpful if the beautifier could match the case of a variable when it is used in procedures to the case in its declaration. For example, the declaration "modifiedMessage varchar2(40);" would cause the beautifier to change all occurences of "MODIFIEDMESSAGE" or "modifiedmessage" or any other case mixture to "modifiedMessage".