Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display console tab of intellij

If I use "find usage" to look for usage of some methods or fields, intellij will hide the console tab and take me to another tab. How can I switch back to the console tab.

like image 505
zjffdu Avatar asked Jan 07 '23 20:01

zjffdu


1 Answers

One possibility is to use Ctrl-Tab (Switcher) which shows the list of all toolwindows along with the list of open files. Another is to press the button in the bottom left corner of the IntelliJ IDEA toolwindow to show the toolwindow tabs. You can also switch to the toolwindow directly by pressing Alt-4 (for Run) or Alt-5 (for Debug).

like image 128
yole Avatar answered Jan 19 '23 01:01

yole