Wasn’t really sure whether to put this in Feature Requests or Bug Reports, but here we are.
When I’m typing a variable name, I usually write 3 letters before pressing Tab to autocomplete. Most of the time this works fine, but I am surprisingly often left in this scenario:
Here I’m trying to type the variable I just defined, cloned
. I type 2 letters and everything is looking great:
In my head, I now fully commit to pressing the 3rd letter and then the Tab key. However, as soon as I type the third letter, the top suggestion changes to the second suggestion. The variable I’m actually looking for has now completely disappeared from the suggestions, even if I scroll down? I’m not really sure why.
I press Tab and for a few seconds, I get pretty confused. Then I’ve got to go back and delete and try again.
This doesn’t happen all the time, only when I’m typing a variable name where there is another similar name somewhere else in the script.
It’s quite a small issue, but it does hinder my workflow enough that I’m writing this post. Thanks!