seanwu1105 / vscode-qt-for-python

Qt for Python (PySide and PyQt) extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python
MIT License
186 stars 15 forks source link

Extension makes 'Go to Symbol in Workspace' very slow #293

Closed patstew closed 1 year ago

patstew commented 1 year ago

Having this extension enabled makes VS Code's 'Go to Symbol in Workspace' function very slow, taking 30s or more to show anything at all.

seanwu1105 commented 1 year ago

Is this happening to the function of all languages? Could you help me to verify the problem: disable the qmlls integration in the extension configuration by setting qtForPython.qmlls.enabled to false to see if the issue still exists.

patstew commented 1 year ago

Yes, I don't get any results for any languages for a long time, whereas with this extension disabled I get instant results as I type from clangd. Disabling qmlls did nothing.

seanwu1105 commented 1 year ago

Unfortunately, it cannot be reproduced on my end. Could you try to disable each features in the extension configuration to help me locate the possible cause? Also, please provide the environment and other extensions you installed.

seanwu1105 commented 1 year ago

Close due to no response.