Python jedi intellisense extension issue
See original GitHub issueAutocompletion not working at all, before and after today’s update.
CPU-20200327T195644.869Z.cpuprofile.txt
- Issue Type:
Bug
- Extension Name:
python
- Extension Version:
2020.3.69010
- OS Version:
Darwin x64 17.7.0
- VSCode version:
1.43.2
{
"messages": [],
"activationTimes": {
"codeLoadingTime": 873,
"activateCallTime": 71,
"activateResolvedTime": 241,
"activationReason": {
"startup": false,
"extensionId": {
"value": "ms-python.python",
"_lower": "ms-python.python"
},
"activationEvent": "onLanguage:python"
}
},
"runtimeErrors": []
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Settings Reference for Python - Visual Studio Code
Settings Reference for the Python extension in Visual Studio Code. ... Default, Defines type of the language server (Default, Pylance, Jedi, and None)....
Read more >Python in Visual Studio Code – September 2021 Release
We are pleased to announce that the September 2021 release of the Python Extension for Visual Studio Code is now available.
Read more >Jedi - Python autocompletion - Package Control
To solve this issue Sublime Jedi plugin already has a proper Completion Rules.tmPreferences file for ST2, but ST3 ignores it. Some workarounds how...
Read more >How to switch vscode to use pylance rather than jedi?
I was using the open source version of vscode which doesn't have all extensions. Switching to the proprietary version (available on the AUR) ......
Read more >Jedi.el - Python auto-completion for Emacs - (to be determined)
Extension ¶. IPython integration¶. Sometimes it is useful to find completion using Python interpreter. To do that in a seamless manner, you can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When you open the pyi file, jedi will stuck on loading.
This should be addressed by #10895