Eclipse HotKey: how to switch between tabs?

后端 未结 22 1216
情书的邮戳
情书的邮戳 2020-11-28 17:10

How can I switch between opened windows in Eclipse? There is Ctrl+F6, but it\'s asking me which one I want, but I want switch it like tabs in browser o

相关标签:
22条回答
  • 2020-11-28 17:42

    How can I switch between opened windows in Eclipse

    CTRL+F7 works here - Eclipse Photon on Windows.

    0 讨论(0)
  • 2020-11-28 17:43

    The default is Ctrl + F6. You can change it by going to Window preferences. I usually change it to Ctrl + Tab, the same we use in switching tabs in a browser and other stuff.

    0 讨论(0)
  • 2020-11-28 17:43

    Hold CTRL and press F6 until you reached the editor you want, then release. The UI is not as pretty as the window selection, but the functionality is the same.

    0 讨论(0)
  • 2020-11-28 17:44

    Shortcut key to back to the previous tab

    Alt + LeftArrow to go back.

    0 讨论(0)
  • 2020-11-28 17:44

    For some reason my Eclipse settings were corrupted so I had to manually edit the file /.plugins/org.eclipse.e4.workbench/workbench.xmi

    I must have previously set Ctrl+Tab to Browser-like tab switching, and even resetting all key bindings in Eclipse preferences wouldn't get rid of the shortcuts (they were not displayed anywhere either). I opened the above mentioned file and removed the <bindings> elements marked with <tags>type:user</tags> related to the non-functioning shortcuts.

    0 讨论(0)
  • 2020-11-28 17:45

    CTRL + F6 is good to use. If you want to switch to next/previous tab, you need to do CTRL+Page Down / CTRL+Page Up.

    0 讨论(0)
提交回复
热议问题