Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

keyboard shortcut to switch between project frames in Intellij IDEA

Is there a keyboard shortcut to switch between project frames in intellij?

I have two projects open and the only way I've found to select the non-active project is to drag the top window/frame out of the way and then click on it.

like image 509
ferbs Avatar asked Apr 20 '10 17:04

ferbs


People also ask

How do I toggle between projects in IntelliJ?

Switch between projects If you have several opened projects at the same time, you can switch between them using the following options: Switch to the next project window: Ctrl+Alt+] (Window | Next Project Window) Switch to the previous project window: Ctrl+Alt+[ (Window | Previous Project Window)

What is Ctrl Shift O in IntelliJ?

In Eclipse, you press CTRL + SHIFT + O “Organize Imports” to import packages automatically. For IntelliJ IDEA, if you press CTRL + ALT + O “Optimize Imports”, it just removes some unused imports, never imports any package.

What is Ctrl h in IntelliJ?

Ctrl + H = "Type Hierarchy" view = shows a tree of parent and child classes of this class. Ctrl + Shift + A = "It does a search as you type through all the commands in intellij. Not only that but when you find the command you want it also displays the corresponding shortcut key next to it!"


2 Answers

On osx, I use the standard keystroke (both Command+~ or Command+` seem to work) for switching windows within an application.

On windows, I use alt+tab.

like image 86
larham1 Avatar answered Sep 28 '22 12:09

larham1


Annoyingly, you can use "Cmd + `" to switch through your windows but it doesn't loop back to the first window when you reach the end. You have to use "Shift + Cmd + `" to go in the reverse direction.

enter image description here

like image 27
andrhamm Avatar answered Sep 28 '22 11:09

andrhamm