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:

  1. cmd + , (or pycharm preferences);
  2. search: "clear all";
  3. double click -> add keyboard shortcut (set ctrl + l or anything)
  4. enjoy new hot key in pycharm console!

Comments

Popular posts from this blog

c++ - OpenMP unpredictable overhead -

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

javascript - Wordpress slider, not displayed 100% width -