Could anyone tell me if it\'s possible to clear console in intellij-idea and how?
So far I have tried:
System.out.print(\"\\033[H\\033[2J\"); System.out.
I don't believe you can, think of that window as a log file.
BTW, why would you want to clear that?