So I use LSP/LSP-pyright for Python code completions. The problem I have though is that It does not show the docstrings for functions and methods like seen here:
The only time I have noticed it providing docstrings is for my own functions
So, how do I fix this so that it shows docstrings of built-in functions/methods?