neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

How to make reappear the info of a function #309

Open dr-costas opened 3 years ago

dr-costas commented 3 years ago

Hi,

When you are in INSERT mode and typing a function, e.g. foo with arguments a and b, i.e. foo(a, b), then you have the pop-up info with information like:

foo(a: ..., b: ...)

right after you press the parenthesis. But, if you press any button afterwards, e.g. return, then this pop-up goes away. How can one make it reappear?