Clearing console in Intellij-idea

前端 未结 2 1583
离开以前
离开以前 2021-02-09 10:11

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.         


        
2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-09 10:53

    Use Grep Console plugin for clearing it when it matches some output.

提交回复
热议问题