emacs-lsp / lsp-pyright

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

Documentation not working #68

Open artpelling opened 2 years ago

artpelling commented 2 years ago

Hello,

I have the problem that lsp-ui-show-doc is very short and company-show-doc-buffer just opens an empty buffer for many functions (bultins and numpy for example). I tried many things and I also manually installed type stubs that are found by pyright but nothing helps. Is anyone having this problems as well? Looking for any pointers on how to fix this.

When I show the doc buffer with anaconda-mode I get correct results, so I doubt it is my Python installation.

panmengguan commented 2 years ago

Have you solved this problem? I have the similar problem, my lsp-ui-show-doc only shows the function signature, not the whole document.

artpelling commented 2 years ago

Have you solved this problem? I have the similar problem, my lsp-ui-show-doc only shows the function signature, not the whole document.

Nope, still have this issue and still using anaconda-mode which actually is fine.

sasinhe commented 2 years ago

Has this issue been solved already? I'm experiencing the same thing.

Swarsel commented 11 months ago

Has anyone found a solution to this problem?

artpelling commented 11 months ago

Has anyone found a solution to this problem?

So far, I am not aware of any solution. I am still using the browser for docs 🥺