Autocomplete in PyCharm for Python compiled extensions
The imports are marked with a grey underline, saying “unresolved reference” as a tooltip This most probably means that PyCharm can’t see the module you import. In editing mode, PyCharm relies on availability of Python sources of imported modules. If a module is not written in Python but is a C extension module, PyCharm generates … Read more