How to autocomplete in Python with block editor?


#1

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


#2

Hi there:

Can you take a picture or video for us,thank you.


#3

I made a video for my autocompletion problem see
Autocompletion problem

Thanks a lot
Mario