Fix Case
Use the Fix Case tool to make all symbol names match their definition exactly. For
example, if a variable was initially defined as custID
, then all instances
of custid
and CUSTID
are changed to match the
definition.
From Code Editor
With the file open in the Code Editor, select
. All symbol names now match the name of their definition.From the File Browser or Project Manager
From the File Browser or Projects view:
- Select one or more files or groups.
- Right-click and select Fix Case.
The selected files are processed and symbol names are made consistent with their definitions.