You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: