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
![]()
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

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