Intro: pygame is a python module used to create games. I've properly installed the module and my PyCharm successfully imports it.
I'll jump straight to an example scenario:
Trying to use the get code completion for the sub-module "image" under pygame works fine:
pygame.image
When I type further and try to get code completion under image, it doesn't work:
pygame.image. # shows a suggestions list, but list doesn't contain any
# function names under the pygame.image sub-module
I've been trying for ages. The python console within PyCharm can do this (it uses IPython, correct me if I'm wrong) but the editor cannot.
PS apologies for not showing screenshots for the above, I don't have enough stackoverflow points to post images