Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Clear All" shortcut in IntelliJ IDEA run console log

Does anyone know a keyboard shortcut to clear the console log in IntelliJ?? I have looked everywhere and I don't seem to find it enter image description here

like image 452
Hassen Ch. Avatar asked Apr 25 '17 16:04

Hassen Ch.


People also ask

How do I get full console log in IntelliJ?

In the run/debug configuration that will be used for launching the app, click Modify options. From the menu, select Specify logs to be shown in console. In the table that opens, click Add. Specify the log Alias (the name that will be displayed in the tool window tabs) and the path to the log file.

What is Ctrl Shift T in IntelliJ?

In Eclipse, the "Open Type" dialog ( Ctrl + Shift + T ) allows you to open any type, including those that are in jar dependencies.

What is the Run command in IntelliJ?

Run applications Last modified: 28 July 2022. Run a class with a main() method: Shift+F10. You can run applications right from IntelliJ IDEA if you have an SDK set up for your project/module.


1 Answers

There is no default shortcut, you have to add it:

add shortcut for clear all

like image 103
CrazyCoder Avatar answered Oct 21 '22 04:10

CrazyCoder