简体   繁体   中英

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.

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

Please continue to follow this issue on github.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM