Search code examples
pythonpython-2.7python-3.xconsolepycharm

Automatic cursor positioning in Pycharm


When running your program in Pycharm, and you have an input function in the code such as input("Type True or False"). Is there a configuration setting or something to have the cursor automatically go into the console instead of having to always click in there manually?


Solution

  • Here is a workaround: Enable Floating Mode in the console. The cursor will go there when the program runs.

    Note: You can hide the floating console with Shift+Escape