-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I've noticed that the IntelliSense just randomly stops working after you make a few variables and functions. I've not seen anything specific that triggers it.
Other times, it will lose track of what type of variable it is. For example... I wrote a simple function:
function test(...)
local t = {}
for i,v in ipairs(...) do
t[#t+1] = v
end
return t
end
Afterwards, it shows test as an 'abc', not a function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels