I have sublime text 4, and installed lsp and lsp/pyright for code autocompletion in python, however pyright doesn't show docstring for installed libraries or for python core libraries.
I did my Googling and it seems this is the intended behavior for pyright, so what to do to show docstrings in sublime text? I don't want to use Anaconda plugin by the way.
Edit
Are there any guidelines how to implement this feature myself may be as a sublime package or an extension to pyright?