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.

Call signature tooltip not dismissed

See original GitHub issue

Issue

Call signature tooltip is not dismissed when exit insert mode. Magic strings are left in the file.

Steps to reproduce

Type the following snippet into vim, wait until the signature tooltip (a) to appear, then press ESC and :wq to save and quit vim

def foo(a):
    pass

def bar(b):
    foo(

The tooltip is never dismissed and I get a corrupt py file with jedi magics ?!?jedi?!?

def foo(a):
    pass

def ba?!?jedi=0, r(b):?!? (*_*a*_*) ?!?jedi?!?
    foo(

Versions

  • jedi-vim: 671f9f57804e9d47b50db3487fcb128eefc0db5d I think it’s current master
  • Vim: 8.0.51 (Mac)
  • Python: 2.7.12

#561 was closed today, so I am creating a new issue here.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
raptiumcommented, Dec 8, 2016

I’ve tried with solarized (and other plugins) removed, and the issue still remains.

I did some experiments on different g:jedi#call_signature_escape settings, like !!@@!! ??@@??… The issue appears only when call_signature_escape is set to a string with a leading ?.

0reactions
blueyedcommented, Dec 8, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap's tooltip doesn't disappear after button click ...
Tried this and it work. Only problem is when added on a function and called for the second time. Resolved it by removing...
Read more >
Walkthrough: Displaying Signature Help - Visual Studio ...
Signature Help is typically triggered by typing a specific character, for example, "(" (opening parenthesis), and dismissed by typing another ...
Read more >
How to show or hide the tooltip dynamically in Flutter ...
This article explains the topic, How to show or hide the tooltip dynamically in Flutter Cartesian charts (SfCartesianChart) ?
Read more >
Tooltips| Content patterns | Intuit Content Design System
Once the customer dismisses the tour (either by following it to the end or closing it) let them know where they can find...
Read more >
(76/212) 223 - Calltips - jEdit
The idea is to pop up a tooltip-like window containing documentation ... get a tip containing the type signature and brief documentation for...
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