Description
Autocomplete does not seem to propagate any recommendations after typing conditional keywords such as if
, while
and for
.
Interestingly enough, repeat
is unaffected.
Repro
Type into any script container the following:
local Foo = 1
if Foo then
end
while Foo do
end
for i = 1, Foo do
end
Notice how Foo
doesn’t get recommended after writing if
, while
or for
.
2 Likes
Focia19
(Focia19)
#2
We’ve filled a ticket into our internal database for this issue, and we will update you when we have further information.
Thanks for the report!
1 Like
Yeah. I’ve been running into this too. It’s annoying if you can’t remember what the variable name was and have to go looking for it in the code.
swmaniac
(swmaniac)
#4
Hello, this bug should now be fixed. Thanks again for the report.
2 Likes
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.