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.

The python intellisense not working

See original GitHub issue

The VS code details I am using are -

Version: 1.47.2 (user setup) Commit: 17299e413d5590b14ab0340ea477cdd86ff13daf Date: 2020-07-15T18:22:06.216Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.14393

The python extension version used is v2020.7.94776

Unfortunately I don’t know what triggered this. So I am attaching output log for python extension. I see multiple traceback there but can’t guess whats wrong.

python_extension_output_log.txt

My python configuration looks like -

“python.defaultInterpreterPath”: “C:/Anaconda3/python.exe” “python.formatting.autopep8Path”: “C:/Anaconda3/Scripts/autopep8.exe”, “python.formatting.provider”: “autopep8”, “python.formatting.autopep8Args”: [ “–ignore”, “E302” ], “python.autoComplete.extraPaths”: [ “<some_path>” ], “python.linting.pylintArgs”:` [ “–disable=invalid-name”, “–init-hook”, “import sys; sys.path.append(‘<some_path>’); sys.path.append(‘<some_path_2>’)” ]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

7reactions
karthiknadigcommented, Jul 23, 2020

Are you using jedi or Microsoft (language server)? See what you have for "python.languageServer" setting.

We have recently released a new and more performant language server called Pylance.  You can download Pylance from the marketplace and install it alongside the core Python extension. Because our team’s development efforts have shifted to support the new language server, we’d encourage you to try it out. If you try out Pylance and this issue persists, you can open an issue on the pylance-release repo.

1reaction
karthiknadigcommented, Dec 2, 2020

@its-Kumar Can you file this issue on pylance? https://github.com/microsoft/pylance-release

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio Code: Intellisense not working - Stack Overflow
Open the commands window again and search this time for Settings . Select Prefernces: Open settings (JSON) . · In the JSON file...
Read more >
How To Solve IntelliSense Not Working In VS Code
Method 1: Reload The VS Code · Method 2: Check If IntelliSense Is Installed · Method 3: Restart And Update VS Code ·...
Read more >
Autocomplete | Python in Visual Studio Code
1. Intellisense/Autocompletion not working for custom modules · Cause: The path to the python executable is incorrect. Solution: Configure the path to the...
Read more >
Intellisense Not Working in Python Environment .(Visual ...
pngPreview VS2017 giving <unknown> for most of the modules even after intellisense DB is refreshed. the interpreter environment is from Ananconda . The ......
Read more >
Why is my Python Intellisense not working? And colour coding ...
Python's syntax highlighting is provided by the "Python" extension, so please check if this extension is installed and used. If you have "Python ......
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