Closed
Description
I'm on Spacemacs and just switched from pyls to pyright . One thing I noticed is that auto-completion does not insert parens after completing a function name.
As an example (the pipe character is where he cursor would be): if I type pri|
, company completes it to print|
. I would expect it to expand to print(|)
and drop the cursor inside the parens.
It works on pyls, is this an upstream issue on Pyright's end? I did try to update it as well, but no dice.
Metadata
Metadata
Assignees
Labels
No labels