Shortcuts for switching between projects/workspaces?

Hi,

I mostly work on multiple projects and switch between them often. As you can see in the screenshot below, it would be great to have a shortcut like CTRL+1, CTRL+2 and so on, to switch between projects. Is there already is? or is it possible somehow?

0

By default, it's ⌘` (Cmd+Backtick)

If it does not work for you, check the keyboard shortcuts in your “System settings | Keyboard”; they could be reassigned to something else system-wide.

If you want to change  ⌘` assignment, go to IntelliJ “Settings | Keymap,” look for the “Activate next window” action, and assign a different shortcut to it.

 

0

Thanks. I will go with CTRL + (left arrow) and CTRL + (right arrow) i guess.

0

Please vote for IJPL-59744 to get notified of any progress with this feature request.

0

As a workaround, you can use the following shortcuts to switch between projects name1, name2 and name3:

1. Press `Shift+Shift`, then type “Open project windows”

2. Assign a shortcut to this action by pressing `Opt+Enter`, such as `Cmd+Shift+Space`

3. Start a macro recording with main menu “Edit | Macros | Start macro recording”

4. Press `Cmd+Shift+Space` to open project windows and type your project name

5. Press `Enter` to select the project

6. Go to the main menu “Edit | Macros | Stop macro recording” and save the macro
 

https://youtu.be/dYVA4T3Lk9o

7. Assign a shortcut to this macro (press `Shift+Shift`, then type macro name and `Opt+Enter` on it)

After that, you will be able to open project with a certain name by a certain shortcut (see the video recording for clarification). 
However, it's not yet possible to assign a shortcut for a project with a certain window number, just with a certain name.

 

0

请先登录再写评论。