Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the fastest way to open LogCat view?

Most of the times I run a Project I need to open/maximize LogCat and then minimize it. Usually it takes a few clicks with the mouse.

Click the LogCat icon on the Debug perspective ctrl+M to maximize it and then click the minimize icon.

Wonder if there is a faster way, hope without the need to click the mouse.

like image 911
t0s Avatar asked Oct 21 '22 17:10

t0s


1 Answers

Go to Window -> Preferences. Then go to General -> Keys. Find the entry "Show View (View: Logcat)" Go to Binding and hit a key (such as F10).

Personally, I use two screens for developing. Main Window on the main screen and Logcat, File Explorer and Console on the second one.

like image 123
Toast Avatar answered Oct 28 '22 22:10

Toast