neoclide / coc-python

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

Numpy Documentation #244

Open jkroes opened 4 years ago

jkroes commented 4 years ago

:call CocAction('doHover') tends to be generic for numpy objects. E.g., numpy.add simply shows add: ufunc. I'm guessing this is related to either Jedi or numpy docstrings, so this may simply be a feature request. I'm a newcomer to LSP and Neovim, so forgive me if this is a known issue.

Screen Shot 2020-07-04 at 8 44 58 PM