I hadn’t noticed that before.
There are a number of annoying editing behavior issues in the configurator code editor. The auto complete is a bit case insensitive, so you can type inPuts or Inputs or INPUTS and the auto complete will come up for all of them. But when you are done you will get a syntax error due to the incorrect case of the object name.
Another annoyance, if there is text to the right of what you are entering when you select something it will eat that code.
… Key1, Key2). If you type something where Key1 is and use the auto complete to select an item, the comma at a minimum will get eaten.
I know I should report more of these but I have gotten used to working around them and if on a schedule forget to submit when I get time.