Call signature tooltip not dismissed
See original GitHub issueIssue
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:
- Created 7 years ago
- Reactions:2
- Comments:8 (2 by maintainers)
Top 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 >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
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 whencall_signature_escape
is set to a string with a leading?
.Duplicate of #641. See https://github.com/davidhalter/jedi-vim/pull/646 for a fix.