
I'm not 100% sure when it happens, I'm using it with defold and this breaks only on the 'self' variables.
function init(self)
self.lucky = true
end
Now autocomplete starts suggesting self.l, self.lu ... etc (as in screenshot)

After restarting atom, the problem goes away for the already declared variables (here: direction, moving, speed) but still breaks for any new variables declared.

On Atom 1.14.3 x64
Windows 10 x64
PS: Very useful extension, thanks for making this
I'm not 100% sure when it happens, I'm using it with defold and this breaks only on the 'self' variables.
Now autocomplete starts suggesting self.l, self.lu ... etc (as in screenshot)
After restarting atom, the problem goes away for the already declared variables (here: direction, moving, speed) but still breaks for any new variables declared.
On Atom 1.14.3 x64
Windows 10 x64
PS: Very useful extension, thanks for making this