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 条评论
排序方式
日期
投票数
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.
请先登录再写评论。