emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
291 stars 25 forks source link

Emacs lsp-pyright can not complete print function #87

Closed ghost closed 1 year ago

ghost commented 1 year ago

I have opened a discussion at pyright project https://github.com/microsoft/pyright/discussions/6004.

ghost commented 1 year ago

here is my config: https://github.com/yuchunzhou/emacs.d/blob/main/lisp/init-python.el

ghost commented 1 year ago

It's pyright's default typeshed type stub files' problem, use https://github.com/python/typeshed will fix this issue.