Skip to content

Jump to the function definition of pyqt5 library file will cause the intellisense snippets be stuck on loading #11009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
woshimao521 opened this issue Apr 7, 2020 · 2 comments
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@woshimao521
Copy link

Environment data

Version: 1.43.2 (user setup)
Commit: 0ba0ca52957102ca3527cf479571617f0de6ed50
Date: 2020-03-24T07:38:38.248Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363

Description

Jump to the function definition of pyqt5 library file through Shortcut keys 'Ctrl + click', which will cause the intellisense snippets be stuck on loading all the time when you choose the Jedi as your language server.
I am using Jedi language server and I don’t know what is causing it. Although I found some similar issues on github , I didn't get an effective solution. I'm not sure if this bug belongs to Jedi or vscode Python extension. I hope you can fix this bug.

Expected behaviour

I hope intellisense snippets works normaly when you jump to the function definition of pyqt5 library file through Shortcut keys 'Ctrl + click'.

Actual behaviour

intellisense snippets will be stuck on loading after you jump to the function definition of pyqt5 library file through Shortcut keys 'Ctrl + click'.

Steps to reproduce:

1、Import any module from Pyqt5 library on python file such as "from PyQt5 import QtCore, QtGui, QtWidgets'
2 、Through Shortcut keys 'Ctrl + Click' jump to the 'QtCore or QtWidgets' definition of pyqt5 library file
3、Hover over the position of the function keyword to display the intelligent prompt fragment, you will find that it will be stuck in the loading state.
GIF 2020-4-7 15-10-42

@woshimao521 woshimao521 added triage-needed Needs assignment to the proper sub-team bug Issue identified by VS Code Team member as probable bug labels Apr 7, 2020
@CatNofishing
Copy link

@woshimao521 I submitted a similar issue

@karthiknadig
Copy link
Member

Dupe of #10895

@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Apr 8, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants