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
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