When editing formulas in Salesforce, the extension will automatically enhance the formula text field with a code editor or provide an Open button to use the code editor in a popup window. Supported formulas are: Flow formulas, Process Builder formulas, formula fields, validation rule formulas, workflow rule formulas, and field update formulas.
For formulas in fields, validation rules, workflow rules, and field updates, the extension will automatically enhance the formula text field on the page.
For flows and process builders, the extension provides an "Open Enhanced Formula Editor" button for formula fields to use the code editor in a popup window.
Color codes different pieces of formulas like comments, functions, and strings so formulas are easier to read.
Click an opening or closing parenthesis and the editor will highlight its matching parenthesis to easily identify the scope of a section of code.
Easily add indenting (2 spaces) by pressing Tab and easily remove indenting (2 spaces) by pressing Shift + Tab. You can also highlight multiple lines at the same time and presss Tab or Shift + Tab to manage indenting.
Code within the editor does not wrap to a new line when you reach the right side of the editor. It keeps on going so you can make lines as long as you want.
Drag and drop the editor resize handle to the size you want the editor.