Is it possible to get back to old "Quick Documentation" style?
已回答
I'm using PyCharm Community Edition 2018.2, where the Quick Documentation has been re-designed with the latest release. Now, all I see from my Python docstring is the main description and the parameter types, but not the description of every single parameter.
This is what my docstring looks like (and which has been displayed very nicely in version 2018.1.X):

And this is what I see:

How can I change this, either through the setting or by re-writing my docstring?
Thanks in advance!
请先登录再写评论。
Hi Hendrik,
Unfortunately, it's not possible to get the old Quick Documentation look back. Thanks for giving us a notice about the problem. We've created a dedicated request about it in our tracker. The issue is going to be fixed in the next bugfix update of PyCharm 2018.2.
Sorry for the inconvenience.
Thanks Mikhail,
so there is nothing wrong with my docstring, right? Looking forward to the fix :)
Yes, your docstring is definitely fine. It's our oversight.