I would like to know how to configure PyCharm so that when I hover over an object or method I get a (formatted) pop-up containing the doc-string. How can I do this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
If PyCharm you are using is on 131.xxx branch or newer (can be found on "Help | About") then such option is available under Settings | Editor | General | Show quick doc on mouse move
.
For some earlier builds (when GUI controls where not yet available) it was possible to activate it by adding auto.show.quick.doc=true
into IDE_INSTALL_FOLDER/bin/idea.properties
file.
Original feature request ticket: http://youtrack.jetbrains.com/issue/IDEA-66333