Issue with Pylance/autocompletion in new interactive window
See original GitHub issueVersion: 1.60.0 (user setup)
Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff
Date: 2021-09-01T10:41:52.311Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19043
Extension: v2021.9.0
-
%config Completer.use_jedi = False
is no longer working, so no Jupyter autocompletion is enabled and no autocompletion for column names when using dot notation. https://github.com/microsoft/pylance-release/issues/851 https://github.com/microsoft/vscode-jupyter/issues/1300 -
The code entering field is fixed at the bottom, so the autocompletion blocks your code completely sometimes.
-
unnecessary checking
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
How to ignore Python interactive window for linting in VSCode
I believe the linting inside the interactive window is a new feature, since it only started a while ago. Currently the only way...
Read more >The Pylance language server has reached stable! - Python
We're excited to announce that Pylance, our fast and feature-rich language support for Python in Visual Studio Code, is now officially out ...
Read more >Python - Visual Studio Marketplace
Extension for Visual Studio Code - IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, ...
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 >VS Code Python Tool Does Multiple Interactive Windows
The new update to the VS Code Python extension also improves Pylance functionality, specifically related to how it displays signature help when ...
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
Other than in this issue, I don’t think we have a separate bug for it. Looks like there’s a newline problem in the concatenation of the cells as we pass them to pylance.
You’d have to disable intellisense altogether (it’s a bug). If you switch to ‘jedi’ as the language server for python code, those squiggles won’t show up.