pygame just autocompletes pygame.font
i already have pygame on my interpreter list (like i said in the title, it's autocompletes pygame.font) but any other module it just autocomplete __bootstrap__, if and alike.
i already have worked on _init on pygame folder
If i comment the try except it will not autocomplete
if i use from pygame import it's changes nothing
any other suggestion?
Please sign in to leave a comment.