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.
I think adding multi-line comments to Standard Function would be quite useful. Has this been considered? For example, selecting a few lines of text and then pressing Ctrl+/ to comment them out? Or add something like /* <multiple-lines> */ syntax?
But it can be done when the function type is set to 'Script Function'. If it's really not possible then at the very least a shortcut could be added to toggle single-line comments to selected lines as a whole.