When autocompleting a function name or typing out a quotation, Studio will always autocomplete the corresponding ending character.
Can see in this video I wanted to autocomplete a function name in front of my table look up. It put the ending parenthesis before the name.
Quotatons run into this same problem on an ending quote; can be observed Studio adding beginning and ending backquotes when finishing off a string.
Expected behavior
In the case of the function autocomplete, I’d expect it to only autofill one parenthesis.
In the case of adding quotes to the end of a string, I’d expect it to detect the end of an existing string and only auto fill one quote.