Eclipse Navigation Shortcuts
Feb 9, 2009 · 1 minute readCategory: phpeclipse
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
Open any file quickly without browsing for it in the Package Explorer: Ctrl + Shift + R
Open a type (e.g.: a class, an interface) without clicking through interminable list of packages: Ctrl + Shift + T
Go directly to a member (method, variable) of a huge class file, especially when a lot of methods are named similarly: Ctrl + O
Go to line number N in the source file: Ctrl + L, enter line number
Go to the last edit location: Ctrl + Q