Clear PyCharm Run Window

前端 未结 8 1695
长发绾君心
长发绾君心 2020-11-29 07:10

Is there a way to clear the \"Run\" console in PyCharm? I want a code that delete/hide all the print() made previously. Like the \"clear_all\" button, but without having to

8条回答
  •  执笔经年
    2020-11-29 07:36

    Pycharm Community Edition 2020.1.3

    You can right click anywhere above the current line on the console, and choose the "Clear All" option. It'll clear the console

提交回复
热议问题