python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.76k stars 186 forks source link

Fix missing signatures for docstrings in Markdown #457

Closed staticf0x closed 9 months ago

staticf0x commented 9 months ago

Add function signatures to RST style docstrings.

Edited, I was confused before, in plaintext the signatures are there, in RST they're not.

ccordoba12 commented 9 months ago

Thanks @staticf0x for your contribution!

@krassowski, could you take a look at this one? Thanks!

staticf0x commented 9 months ago

@krassowski thanks, added!