Description
Case where the fragment autocomplete breaks.
Re-production Steps
There are multiple ways this breaks. If there’s one, it’s already a reason to avoid looking for more until one is fixed, because these things have to be connected somehow.
for k,v: Player in pairs() do
v. -- position carriage here
end
- Create a script with the code above in Studio and follow the inlined comment’s instructions.
- Write
v.
in the closure, and you’re supposed to get autocomplete suggestions. - See Private Message
Expected Result
The system knows the variables type is Player
I expect the system to show me autocomplete results when I put a .
after it.
Actual Result
No autocomplete suggestions show up. Rare cases where some code shows “do, if, etc.” suggestions instead of the properties and methods that belong to the type.
There used to be a case where switching lines would make the autocomplete work again, but that was worsened now.
Same goes for the “Run a Command” window now
A private message is associated with this bug report