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.

IntelliSense/Code Preview not working correctly in 2019.3.6558

See original GitHub issue

Environment 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) Unbenannt

Actual behaviour

With Python extension for Visual Studio Code Version 2019.3.6558 (most recent build) it does nothing. Unbenannt2

Steps to reproduce:

  1. Type following code and look if youget the preview:
import threading

threading.Thread()

Logs

Output for Python in the Output panel (ViewOutput, 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:closed
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
phizazcommented, Apr 16, 2019

@karrtikr I use the Language Server (python.jediEnabled = False).

0reactions
karrtikrcommented, Apr 18, 2019
Read more comments on GitHub >

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

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