Intellisense very slow with Jedi
See original GitHub issueI found some duplicates but most of them are closed with no suitable solution.
The only solution I found was to switch the Server Language from Jedi to Microsoft, which is not a suitable solution.
I also tried “python.analysis.cachingLevel”: “Library” without success.
Environment data
- VS Code version: 1.48.2
- Extension version (available under the Extensions sidebar): 2020.8.106424
- OS and version: OSX 10.15.4 (MBP 13" 2016)
- Python version (& distribution if applicable, e.g. Anaconda): 3.7.2 64-bit
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
- Relevant/affected Python packages and their versions: All heavy ones (pandas, numpy, etc.) but also simple ones
- Relevant/affected Python-related VS Code extensions and their versions: N/A
- Value of the
python.languageServer
setting: Jedi
Expected behaviour
Few ms to load tooltip.
Actual behaviour
Few seconds to load tooltip (> 5 seconds)
Steps to reproduce:
import pandas as pd pd.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Visual Studio Code Intellisense is very slow - Stack Overflow
I'm using VS Code and it's wonderful is all areas but code completion, where it is usually just too slow to be of...
Read more >Is it only me or Jedi is super slow and unusable? : r/Python
Just imported Numpy, and it takes like 20s to show me the suggestions. I tried the new update but it became even worse....
Read more >intellisense very slow - Visual Studio Feedback
When using 'peek defintion' or 'Find all references', Intellisense becomes very slow over time. After closing and restarting Visual Studio ...
Read more >Visual Studio Code Intellisense is very slow - DevPress - CSDN
Tinkering with Jedi myself on bigger code bases I can confirm that it might be uber slow at times and pretty hard to...
Read more >kaggle notebook autocomplete [feature request]
kaggle notebook autocomplete [feature request] ... Report. It works but the speed is slow, maybe I should increase the memory to 16g. replyReply ......
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
I’m not sure to understand the solution given by #11995. Could you be more specific please?
I’ve checked
pylance
before submitting this issue but like I said it’s not a suitable solution to switch fromjedi
tomicrosoft
orpylance
. Also tbh I don’t really like the decision of making it as a closed source, and the reviews are not very good. I’ll give it a chance if I don’t find any suitable solution for Intellisense with Jedi and in a few more months.Now that #11995 has been implemented, the Python extension only relays what is being returned by the Jedi language server. If it is still slow, please open an issue upstream on the jedi-language-server repo.