What is your goal?
The editor should allow for a multi-line view with standard indentation, similar to a code editor.
What is the problem & what have you tried?
Currently, complex nested functions (like the switch, map, and sum logic in the attached image) are rendered in a linear, condensed view. This makes it extremely difficult to:
-
Identify the start and end of nested branches.
-
Verify that delimiters (semicolons) are in the correct place.
-
Debug logic without copying the entire string into an external text editor.
I am requesting a “Format” or “Pretty Print” toggle within the variable mapping field.
