The QML plugin isn't working correctly

Answered

I'm using the latest version of PyCharm with the newest QML and Qt plugins installed.
However, when I edit some .qml files, the QML language server doesn’t start, and I’m not getting any code completion.

0
2 comments

Hi! Sorry for the inconvenience. I've created the issue in our tracker: CPP-46077. Feel free to comment or upvote. Please see this article if you are not familiar with YouTrack.

0

Put your Qt Path in QML imports.
thats it.


you can also config this in your venv, but if you are usin QtDesign Studio, the .venv folder will kill your performance while using assets (the iteration over the .venv folder is very expensive)

 

0

Please sign in to leave a comment.