question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python jedi intellisense extension issue

See original GitHub issue

Autocompletion 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
CatNofishingcommented, Mar 31, 2020

77847746-ff26a080-71f1-11ea-9d64-a5a0296c8123 When you open the pyi file, jedi will stuck on loading.

0reactions
karthiknadigcommented, May 13, 2020

This should be addressed by #10895

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found