Search code examples
pycharmidemarkdownjetbrains-idedocstring

Does PyCharm have Markdown support inside docstrings?


I want to insert in docstring markdown part, for example this:

[link!](http://google.com)

And i want it to show in pop-up window like this (vscode): enter image description here

But PyCharm shows it like this: enter image description here

Can i have docstring pop-up behavior like in vscode?


Solution

  • According to this answer on PyCharm support, PyCharm, sadly, doesn't have the support of Markdown inside the docstrings. But reST docstring style supports links, though