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):
But PyCharm shows it like this:
Can i have docstring pop-up behavior like in vscode?
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