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.
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.