-1
I am developing a game with pygame and I feel the need to always see the modules, functions and parameters by the documentation, since for some reason, no suggestion appears when I type pygame.{módulo}
. It’s like the library isn’t recognized.
Only something is suggested of some module when it is explicitly imported.
Note: The Python interpreter is running with venv and is also in the path to configure.json.
From now on, thank you.