Skip to content

Variable completion sometimes breaks #13

@anantoghosh

Description

@anantoghosh

ide

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)

ide2

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

ideafter

On Atom 1.14.3 x64
Windows 10 x64

PS: Very useful extension, thanks for making this

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