When typing code, Studio will attempt to suggest things to assist in entering variables/functions/workspace navigation faster. As of recently, the suggestions have become unhelpful a lot of the time. The first few letters show a relevant list similar to before, but when you continue typing it quickly updates with a list of less relevant results.
In example, I am trying to get a child object of the script. When I type in the name, at first it shows the correct result but quickly changes to suggest a function which is not a valid child of the script by a similar name.
In this next example, autofill disappears until I prompt it by typing again.
In this case, I am trying to get a property (Visible) and autofill IS suggesting it, but when I press enter, nothing happens.
Expected behavior
Before, any variables/function names would not be suggested while trying to search for children of this script object.