Is there any short key to switch between two active tabs in Intellij idea? Follow
Answered
Hi,
It is Intellij idea. Tab1 and Tab2 are my latest active 2 tabs. In windows desktop, we can use Alt+Tab to switch between two different application' UI. This is very useful.
Is there any short key to switch between two active tabs in Intellij idea?
Please sign in to leave a comment.
You can check what shortcut is assigned to action under Preferences/Seetings | keymap. See the related screenshot:
https://i.imgur.com/X2kpnQI.png
Default shortcut to "Select Next Tab" action on macOS is Shift+Command+[
Hi Annikov, thanks.
Select Next tab will switch to next tab one by one, not between latest two active tabs.
Is there any toggle function? Thanks.
Invoke Switcher to see a list of recently opened files and switch between them easily. The file being edited right now is highlighted. Invoke switcher with hotkey Ctrl+Tab or Ctrl+Shift+Tab.