Is there a way to write multi-line comments in a Standard Function (Opus or external)?
I know that in JScript-type, you can use:
/*
multi-line
comment
*/
The issue is that I often write longer descriptive text inside Standard Function buttons, and those texts can get quite lengthy.
However, the command editor doesn't auto-wrap based on window size, this forces me to manually break long text into multiple lines for readability, and then prepend // to every single one, which is tedious.