Dewsworld
Dewsworld

Reputation: 14033

Cannot add pydoc on PyCharm

I cannot configure pydoc3.2 on pycharm 2.0.2. Any instructions will help me lot. Thanks.

Upvotes: 1

Views: 2242

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402035

Documentation is available on Ctrl+Q (default Windows Keymap or View | Quick Documentation).

If you want it to appear automatically on explicit code completion, turn on Settings | Editor | Code Completion | Autopopup documentation in...

Upvotes: 2

Related Questions