python 3.x - Clear PyCharm Run Window -
is there way clear "run" console in pycharm? want code delete/hide print() made previously. "clear_all" button, without having press manually.
i have read there way in terminal os.system("cls"), in pycharm, adds small square without clearing anything.
also, don't want use print("\n" *100) since don't want able scroll , see previous prints.
in pycharm:
cmd + ,
(or pycharm preferences);- search: "clear all";
- double click -> add keyboard shortcut (set
ctrl + l
or anything) - enjoy new hot key in pycharm console!
Comments
Post a Comment