Does PyCharm have Markdown support inside docstrings?

367 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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