How do I get autocomplete for other libraries?
I am trying to program using pygame. But pycharm does not have an autocomplete for most of the library, how can I get it to recognize everything and have it autocomplete?
Please sign in to leave a comment.
If not try setting up a virtual environment, install pygame into the virtual env, then use the virtual env as your interpreter in PyCharm. See this for details