Skip to content

IntelliSense randomly stops working #2

@macjabeth

Description

@macjabeth

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions