Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local variable import #32

Open
ghost opened this issue Dec 23, 2021 · 0 comments
Open

Local variable import #32

ghost opened this issue Dec 23, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 23, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants