Viewing PyDoc with code completion + Viewing external documentation offline
Above is PyCharm and below is Eclipse with PyDev.
How do I show the PyDoc tooltip along with the autocomplete window like in Eclipse+PyDev? I've seen a few screenshots of PyCharm which show exactly this (eg. http://i.imgur.com/wIvAt.png) but I cannot figure out how to make mine work this way. I tried IDE Settings>>Editor>>Code Completion>>Auto popup documentation in ms, set it to 0, but it seems to have no effect, I still have to press Ctrl-Q to view the PyDoc.
Also my second question is that is there a way to view python documentation (not the docstrings) within PyCharm itself when I'm offline? I'm coming from Java development in Eclipse, and I'm quite used to the built doc browser.
In PyCharm, the only way to view the actual documentation is in an external browser and only when I'm online.
请先登录再写评论。
Note that you can also view the quick definition of a completion list item.
Currently you cannot view the offline documentation in PyCharm. The workaround is to set up offline documentation manually and point to it using the external documentation settings. See also http://youtrack.jetbrains.com/issue/PY-7335.