Luau type checker and autocomplete issues

Hi,

I noticed that as of about a day ago the type checker and autocomplete has been having some issues.

The first issue is that when typing, a type will be “error type” for a few seconds before fixing itself to the correct type, which breaks the autocomplete for a few seconds.

I was not able to reproduce this but there is another issue that I was able to reproduce and I think it might be related.

If I have a module script here
image

And require it from a different script, the autocomplete does not show the suggested items (which would be “Value”)

However if I save the module in a variable first, it works as expected
image

I think the two issues are related because they started happening at the same time

1 Like

dude SAMEEEEE here!!! I need autocomplete!! I already made a bug report about this just mere minutes before you. It explains my issues too

also, it seems that this stuff works in new places without team create, interesting

1 Like

(post deleted by author)


1 Like

Hi @indiieun - this is a known bug. We actually rolled this fix out a week or two ago, but encountered some elevated crash rates and had to pullback while we figured out what was going on. Once we figure that out, the plan is to roll this fix back out again :slight_smile: I’m really sorry for the inconvenience you’ve been experiencing, I know that a good autocomplete experience is extremely important.

1 Like