You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not 100% sure when it happens, I'm using it with defold and this breaks only on the 'self' variables.
functioninit(self)
self.lucky=trueend
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: