Script suggestion / autofill behaviour is unhelpful & finnicky

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.
72a9c24c7708e5d04f45b7aae4fbdc57

In this next example, autofill disappears until I prompt it by typing again.
8bf24cde4cc56ed12690d265cc8bbbd0

In this case, I am trying to get a property (Visible) and autofill IS suggesting it, but when I press enter, nothing happens.

91727f5c7c735b3a29aa75b71602814e

Expected behavior

Before, any variables/function names would not be suggested while trying to search for children of this script object.

Thanks for the report! We’ll follow up when we have an update for you.

3 Likes

Do you have a place or script which consistently reproduces this issue that you can send in?

We have reproduced the issue and a fix is being prepared.

2 Likes

Also just wanted to say that I’ve noticed a lot of things have been returning never for me recently. It seems to be common in for loops after using :IsA

We have identified the problem and disabled the faulty flag. This issue should now be resolved after a Studio restart.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.