How do I get PyCharm to show method signatures and documentation in the Python/IPython console and the editor? August 21, 2023 by Tarik In pycharm you have ctrl-q (or ctrl-j on a mac) for a quick-doc of the function under the cursor.