Command reference feature question
When I used WingIDE, it had a very useful feature. When I started to type a command (i.e. raw_input), in a small window it gave me the description and usage of the command. Is there something similar in pycharm?
2 comments
Sort by
Date
Votes
Press Ctrl-Q (View | Quick Documentation) to open a popup window with the documentation of a function. This also works in completion lists.
Thanks it's very useful.
Please sign in to leave a comment.