Search code examples
pythonvisual-studio-codepyqtpyqt5intellisense

VSCode Intellisense with PyQt5


Is there a way to improve Intellisense for PyQt5 in VSCode? It doesn't show any of the enums like QtCore.Qt.AlignLeft, and it says "pyqtProperty" is not defined. I can still run the code just fine, but it would be nice if it could autocomplete that stuff.

I have installed pyqt5-stubs, but that doesn't help.


Solution

  • This is an existing problem that has not yet been solved.

    Please continue to follow this issue on github.