How do I automatically see function arguments when I start writing a python function call? #1069
-
The video on the home page of the repo has a really nifty looking feature where the user starts typing "table.insert" and in italics the rest of the function parameter types are suggested. How can I get this in python? I currently have nvim-cmp working with lspconfig/pyright, using basically just the "Recommended Configuration" except I have configured lspconfig like this:
When I start typing module and function names I see suggestions, but as soon as I type the open paranthesis character "(" I don't see any text popping up. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't know what you really want, but I can suggest you to do the following:
|
Beta Was this translation helpful? Give feedback.
I don't know what you really want, but I can suggest you to do the following:
experimental = { ghost_text = true }