Autocomplete prioritizing Repeat over Return

I’ve grown habitually accustom to typing “re” and hitting enter to autocomplete the return keyword in the script editor, since I use it so often. Recently, the autocomplete has started prioritizing the repeat keyword when typing “re” instead. This is disrupting my workflow.

It seems like this has started happening in the past few days or so.

Expected behavior

I expect the autocomplete to behave how it seemed to before, prioritizing return as the first option for “re”, since it is used far more frequently.

4 Likes

This is just an acknowledgment announcement!

We’ve filed a ticket into our internal database for this issue, and we will update you when we have further information!

Thanks for the report!

2 Likes

It happens to me too, it’s annoying sometimes. Hope they fix it.

It is fixed for me, so check it.

@joebersons & @FranKO_Dev,

Thank you for pinging us on this issue.

The Autocomplete returns the suggestion list based on usage frequency, so it can happen that repeat takes precedence over return for a time period.

When I tested this out, and accepted repeat I was given repeat next time again, however accepting return (ret+) twice after that changed the list back for return to be on top.

Given we haven’t changed any code around this logic recently, it seems like this works as intended.

Hope this helps.

2 Likes