Eclipse jump to Editor tab shortcut

后端 未结 3 2010
执念已碎
执念已碎 2021-02-07 22:32

I am wondering if there is any way to have a keyboard shortcut to a tab. Like for example Firefox having Alt+1 / Alt+2 / Alt

相关标签:
3条回答
  • 2021-02-07 23:23

    for right side move CTRL+ page Down

    for left side move CTRL+page Up

    0 讨论(0)
  • 2021-02-07 23:27

    Also, use Alt+PgUp and Alt+PgDown to shift between graphical layout and xml code inside android graphical layout editor for xml files.

    0 讨论(0)
  • You can use F12 to go to the current editor and Ctrl + E to get a list of open editors. Then you can type a couple of characters to narrow down the list. The currently visible tabs are at the end of the list (use End or Up to jump there)

    Ctrl + PageUp and Ctrl + PageDown select the previous and the next tab.

    Ctrl + Q goes to the last edit position.

    Alt + Left and Alt + Right go back- and forward through your editing history (like the back button in your browser).

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