Search code examples
intellij-idea

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.


Solution

  • I've stumbled upon an intellij-native popup for switching projects. To find it and set a key mapping:

    1. cmd+shift+a (if macosx; shift+shift might work cross-platform) for the find-command popup menu
    2. type/search for the "open project windows" command
    3. option+enter (or equiv) to assign a key mapping

    This Project Windows popup lets you type to filter and select by project name.