IntelliSense/Code Preview not working correctly in 2019.3.6558
See original GitHub issueEnvironment data
- VS Code version: 1.33.1
- Extension version (available under the Extensions sidebar): XXX
- OS and version: Windows 10 1803
- Python version : 3.7.2
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): None
- Relevant/affected Python packages and their versions: every package
Expected behaviour
When importing a class and creating an instance/object of this class we got a small preview how to use this object. (This is from Python extension for Visual Studio Code Version 2019.3.6352)
Actual behaviour
With Python extension for Visual Studio Code Version 2019.3.6558 (most recent build) it does nothing.
Steps to reproduce:
- Type following code and look if youget the preview:
import threading
threading.Thread()
Logs
Output for Python
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
None
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging
)
None
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
IntelliSense/Code Preview not working correctly in 2019.3.6558
Type following code and look if youget the preview: import threading threading.Thread(). Logs.
Read more >How do I enable the Preview Pane in Open File Dialogs to ...
I would like for the Preview Pane in Open File Dialogs created by my application to continue working even when that application is...
Read more >Intellisense not working for Visual Studio Code - Unity Forum
I make a new project, after OmniSharp loads in VSCode. The packages don't highlight correctly, and I don't have intellisense. So I do...
Read more >Why does intellisense and code suggestion stop working ...
I should note that I haven't had the issue since upgrading my RAM. I can't confirm if it's related but the problem was...
Read more >Live Preview - VS Code Extension - Visual Studio Marketplace
Linked files for these pages may not be correct if they are relative to a specific root (e.g. a project root). Tasks do...
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
@karrtikr I use the Language Server (
python.jediEnabled = False
).Issue moved to Microsoft/python-language-server #983 via ZenHub