I am tring to make a game with pygame. But in editor it does not show suggestions of pygame, it just shows the older used properties. But the program is working perfect. I am not sure but i think the problem is in interpreter. The interpreter is C:\Program Files (x86)\Python38-32\python.exe. I am using pycharm 2020.1
It can find pygame, but not its properties
It is showing some properties which are i already used in other lines, but not others
EDIT: I have learned it is also not showing tkinter's properties. But other modules work good.