Eclipse navigation shortcuts

eclipse, keyboard-shortcuts, navigation

Solution

There is a very powerful shortcut `Ctrl+3` that allows you to go pretty much anywhere. Just type `Ctrl+3` and then start typing the name of the view, e.g. "console".

Of course you can always set dedicated shortcuts for different views in `Preferences->Keys`, like `Show View (View: Console)`

Problem

I wish to know which are the Eclipse navigation keyboard shortcuts. I already use: Ctrl + Shift + UP or DOWN to navigate trough methods Ctrl + , or . to navigate between errors Ctrl + Page UP or DOWN to navigate between tabs UP or DOWN to navigate trough project structure at "Package Explorer" and SPACE to expand/collapse folders or open files With those I almost don't use the mouse, I want to know if there's a shortcut to swap between the eclipse inner windows (to console bottom, to code middle, tasks right, explorer left and so on) Thanks

Original source