We work with an IDE, probably because the project is too huge to handle in small editors. Eclipse can help us quickly open files. This chapter gives an overview on easily navigating from one source file to another.
Ctrl + Shift + r
(Open Resource) is the handy keyboard shortcut.
( )
Just like Quick Outline this view also supports wild cards.
We mostly open more than one files. Sometimes we need to jump around to another file. An already open file. If we open many files, moving around becomes little difficult. This is how we move around files in Eclipse.
Ctrl + E
— Jump to any Editor.
Warning
Ctrl + TAB
has a different use in Eclipse.
Ctrl + PageUp
/ Ctrl + PageDown
can be used to go to next or
previous editor.
Eclipse can quickly jump to last edited section. Just press Ctrl + Q
.
Eclipse would take us there.