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 tooltip not show

See original GitHub issue

Environment data

VS Code version: 1.20.1 Python Extension version: 2018.1.0 Python Version: 2.7.5 OS and version: CentOS 7.4.1708 caffe2 (with GPU enabled) commit: 5651c4ce0279c895cbb1d1eeecc6594cc8791103

Actual behavior

Intellisense tooltip is not shown.

Expected behavior

Intellisense tooltip is shown.

Steps to reproduce:

  • git clone https://github.com/facebookresearch/Detectron.git
  • cd Detectron/tools
  • code infer_simple.py
  • Scroll to the 144-th line.
  • Move mouse cursor over the text GlobalInit, and you will see a tooltip (Intellisense) shows Loading…
  • Move mouse cursor to other texts and you will find Intellisense tooltip doesn’t show anymore.

Logs

Output from Console window (Help->Developer Tools menu)

[Extension Host] Python Extension: sendCommand jediProxy, Error (sendCommand) This socket has been ended by the other party null
t.log @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:253
t._logExtensionHostMessage @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:2713
(anonymous) @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:2709
emitTwo @ events.js:106
emit @ events.js:194
process.nextTick @ internal/child_process.js:766
_combinedTickCallback @ internal/process/next_tick.js:73
_tickCallback @ internal/process/next_tick.js:104
/usr/share/code/resources/app/out/vs/workbench/workbench.main.js:253
[Extension Host] Error: This socket has been ended by the other party
	at Socket.writeAfterFIN [as write] (net.js:305:12)
	at JediProxy.<anonymous> (/home2/grad97/myh/.vscode/extensions/ms-python.python-2018.1.0/out/client/providers/jediProxy.js:175:33)
	at Generator.next (<anonymous>)
	at fulfilled (/home2/grad97/myh/.vscode/extensions/ms-python.python-2018.1.0/out/client/providers/jediProxy.js:12:58)
	at <anonymous>
t.log @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:253
t._logExtensionHostMessage @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:2713
(anonymous) @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:2709
emitTwo @ events.js:106
emit @ events.js:194
process.nextTick @ internal/child_process.js:766
_combinedTickCallback @ internal/process/next_tick.js:73
_tickCallback @ internal/process/next_tick.js:104
/usr/share/code/resources/app/out/vs/workbench/workbench.main.js:253

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17

github_iconTop GitHub Comments

2reactions
smortazcommented, Feb 20, 2018

@balta2ar - yes, both the debugger and intellisense will be seeing improvements. Since they’re fundamental to just about any scenario, they’re a high priority for the next few months.

0reactions
MrMYHuangcommented, Feb 20, 2018

Thank for everyone. I report this issue to jedi.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Intellisence not working if a tooltip is visible
If I try to open Intellisence popup (Ctrl + .) and another tooltip is visible on the same line, the Intellisence popup opens...
Read more >
Visual Studio not showing IntelliSense descriptions anymore
Since a month ago, my VS doesn't seem to want to display the summary info in tooltips for any system methods or classes...
Read more >
ReSharper IntelliSense does not show items description tooltip
Default native Visual Studio IntelliSense shows method summary tooltips, as ReSharper IntelliSense does not have this option turned on.
Read more >
Tooltips/Intellisense not working on Visual Studio Code
If you are installing VS Code for the first time, you might be missing targeting packs required for Unity's code-completion (IntelliSense) in VS ......
Read more >
How to disable tooltips in the code editor as your typing in ...
You might find something in the Tools > Options > Intellisense settings - I've not tried but there might be something there that...
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