I am trying this tool for creating a very complicated FSM for work. Each state needs ~30 lines just to mention the individual signal updates happening for each state. Including " StateName:" in front of every description line creates unnecessary bloat in the code. Is there a better way to do this?