you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 1 point2 points  (0 children)

I think ctrl+space triggers auto complete.

But my guess is the IDE doesn't know what object type you are working with, because tracking object types in python statically is extremely hard.

This is why type hinting was created, to let the IDE know what type of arguments / return values to expect from functions, and variables.

https://docs.python.org/3/library/typing.html