For bug reports and questions, please use the in-app chat or support@mabl.com.
In the trainer, when I have multiple flows and conditionals, the indentation becomes very unclear. It's difficult to track which steps link together. Better indentation and grouping of steps would help massively.
Hello,
In order to differenciate nested conditions, something like a code editor extension called "bracket pair colorizer" would be great. https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2
We could get some hierarchical differenciation:
- something like a thin colorized vertical line, between an
if
, anelse
and theend
- a panel of color would always appear in the same order regarding the level / hierarchy of nesting...