Skip to content

Local variable import #32

@ghost

Description

Hello
I sometimes have my current variable declared in the current file being auto imported on tab completion.
This result in an error preventing my code from working.
For exemple when I am declaring :

ball.dx = 2

a little further I am calling ball.dx and when hiting tab it will insert at the beginning of my file :

from PongGame import ball.dx # PongGame being my current file.

Of course dx is very short and doesn't need completion but this is not the first time it has happen to me.

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