Posts

Eclipse Shortcuts

Image
Eclipse Shortcuts Shortcut Description File Navigation CTRL SHIFT R Open a resource CTRL E Open a file (editor) from within the list of all open files CTRL PAGE UP or PAGE DOWN Navigate to previous or next file from within the list of all open files ALT <- or ALT -> Go to previous or next edit positions from editor history list Java Editing CTRL SPACE Type assist CTRL SHIFT F Format code CTRL O List all methods of the class CTRL SHIFT O Organize imports CTRL SHIFT U Find reference in file CTRL / Comment a line F3