– No code prompt is displayed after you enter .
– Minimum available reproducibility
local testArr: {{a: number, b: number}} = {
{a = 1, b = 2},
{a = 2, b = 4},
}
for _, v in testArr do
print(v.a)
end
Expected behavior
When everything works, options a and b pop up when I input the . ,but now nothing
We have turned off a feature causing the issue with scoped completions. Restarting Studio should return to original behavior. Let us know of any other issues!