Autofill fails inside an If statement

So normally, when you have an instance and want to reference one of its children, you could do this: instancea.instanceb. If instanceb existed then all you would have to do is this: instancea.ins then press tab. It would then autofill to the above. This doesn’t happen inside and if statement. This makes it hard to make sure A. You spelt things correctly and B. To know if the instance actually exists. Same thing happens with :GetChildren() and etc. It doesn’t autofill in an if statement.

I can’t provide screenshots as when I try, the autocomplete menu hides itself.

I have tried:
Reinstalling studio
Restarting studio

This is a recurring issue and it impacts me as a developer. I don’t want a temporary solution, I want a permanent one.

Expected behavior

Autocomplete/fill works inside if statements.

Just a little edit, This is only a problem with the Beta Feature, Better Luau type solver.

Hi, thank you for the report and the extra detail. We have routed this issue and our engineers will take a look as soon as we can.

Can you please provide an isolated, reproducing code sample (in text, not a screenshot) so that we can investigate the issue?