If I work with the Python Editor itself autocompletion works perfect. But if I use the Block Editor for example with the sprite panda, then change from Block Editor to Python Python autocompletion works, but it is confusing.
When I type in an object like sprite followed by dot (for example sprite.) and then choose the sugestion the object sprite is always duplicated like sprite.sprite.move(100). Is there a normal way to set the dot after sprite and choose normally the proposal?
Thanks a lot
Mario