Home > Mobile >  VSCode Intellisense with PyQt5
VSCode Intellisense with PyQt5

Time:01-27

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.

CodePudding user response:

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

Please continue to follow this issue on github.

  • Related