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
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.
The text was updated successfully, but these errors were encountered:
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 :
a little further I am calling ball.dx and when hiting tab it will insert at the beginning of my file :
Of course dx is very short and doesn't need completion but this is not the first time it has happen to me.
The text was updated successfully, but these errors were encountered: