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.flush();
and:
Runtime.getRuntime().exec("clear");
but any of those did work.
I'm using Intellij-idea ultimate 2017 2.4 and Linux Mint.
Use Grep Console plugin for clearing it when it matches some output.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With