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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Some function documents that are not recognized by Jedi will cause Jedi to be stuck in the loading state for a long time. expecially for 'pyi' file.
For example , If you write the code, “from PyQt5.QtWidgets import QApplication” ,and through the shortcut key to view the function document of QApplication, Jedi will be stuck in the loading state. Of course, this problem is not limited to pyqt5 module. Some functions in other modules that are not recognized by Jedi will cause the same problem.
Although I found a similar problem in vscode python, I didn't get an effective reply. Maybe I should raise this problem here
Here is a GIF demo file:
The text was updated successfully, but these errors were encountered:
CatNofishing
changed the title
Python jedi intellisense is
Python jedi intellisense is stuck on loading after you preview the function document with the shortcut key
Apr 1, 2020
版本: 1.43.2 (system setup)
提交: 0ba0ca52957102ca3527cf479571617f0de6ed50
日期: 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
Some function documents that are not recognized by Jedi will cause Jedi to be stuck in the loading state for a long time. expecially for 'pyi' file.
For example , If you write the code, “from PyQt5.QtWidgets import QApplication” ,and through the shortcut key to view the function document of QApplication, Jedi will be stuck in the loading state. Of course, this problem is not limited to pyqt5 module. Some functions in other modules that are not recognized by Jedi will cause the same problem.
Although I found a similar problem in vscode python, I didn't get an effective reply. Maybe I should raise this problem here
Here is a GIF demo file:
The text was updated successfully, but these errors were encountered: