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.

Ctrl+I doesn't work in editor when hovers are deactivated

See original GitHub issue

Description

What steps will reproduce the problem?

Pressing Ctrl+I on any object on the editor should display help in the Help windows if you have it enabled in Preferences.

  1. Under Help in Preferences, turn on Ctrl+I for both the console and editor.

  2. In the editor, type ‘print’ on a blank line, put the cursor in front of the p, and press Ctrl+I. Nothing appears in the help window.

  3. In the IPython console type ‘print’, put the cursor in front of the p, and press Ctrl+I. Documentation for print correctly appears in the help window.

Versions

  • Spyder version: 4.0.0b4
  • Python version: 3.7.3
  • Qt version: 5.9.6
  • PyQt5 version: 5.9.2
  • Operating System: Windows 7

Dependencies

pygments >=2.0    :  2.4.2 (OK)
qdarkstyle >=2.6.4:  2.7 (OK)
sphinx >=0.6.6    :  2.1.2 (OK)
pyls >=0.27.0     :  0.28.2 (OK)
nbconvert >=4.0   :  5.5.0 (OK)
pandas >=0.13.1   :  0.25.1 (OK)
numpy >=1.7       :  1.16.4 (OK)
sympy >=0.7.3     :  1.4 (OK)
cython >=0.21     :  0.29.13 (OK)
qtconsole >=4.5.2 :  4.5.4 (OK)
IPython >=4.0     :  7.8.0 (OK)
matplotlib >=2.0.0:  3.1.1 (OK)
pylint >=0.25     :  2.3.1 (OK)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
andfoycommented, Sep 5, 2019

This can only happen if hovers are deactivated in our Preferences. We need to think how to decuple help from hovers.

We could send the hover request regardless if it is activated for doing hovering. Right now, the LSP protocol does not offer any alternative mechanism to retrieve signatures, besides the textDocument/hover request

0reactions
ccordoba12commented, Sep 18, 2019

Good call, I agree with that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Displaying tooltip over a disabled control - Stack Overflow
The problem is that when mouse hovers over a disabled control, the tooltip keeps closing and redisplay again. From the display time I...
Read more >
How to Follow Hyperlinks in Word and Outlook Without Using ...
Disable Ctrl + Click to Follow Hyperlinks in Outlook​​ Click Advanced on the left side of the Editor Options dialog box. Then, uncheck...
Read more >
Code Navigation in Visual Studio Code
VS Code provides two powerful commands to navigate in and across files with easy-to-use key bindings. Hold Ctrl and press Tab to view...
Read more >
Wix Editor: Unable to Select an Element | Help Center
Hover over Overlapping Items. Select the relevant element. The right-click menu in the Editor. The Overlapping elements panel is open.
Read more >
Missing quick documentation on mouse hover
When I hover my mouse cursor over any function call I'm not ... window context options menu doesn't work because clicking on it...
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