0% found this document useful (0 votes)
900 views1 page

Eclipse Shortcuts

The document lists various keyboard shortcuts for navigating, editing, and debugging in the Eclipse integrated development environment. It provides shortcuts for file navigation, Java editing, general editing, debugging and running programs, and searching. Some examples include CTRL+SHIFT+R to open a resource, CTRL+SPACE for code completion, F5 to run a program, and CTRL+H for Java search.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
900 views1 page

Eclipse Shortcuts

The document lists various keyboard shortcuts for navigating, editing, and debugging in the Eclipse integrated development environment. It provides shortcuts for file navigation, Java editing, general editing, debugging and running programs, and searching. Some examples include CTRL+SHIFT+R to open a resource, CTRL+SPACE for code completion, F5 to run a program, and CTRL+H for Java search.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Eclipse Shortcuts

Shortcut File Navigation CTRL SHIFT R CTRL E CTRL PAGE UP or PAGE DOWN ALT <- or ALT -> Java Editing CTRL SPACE CTRL SHIFT F CTRL O CTRL SHIFT O CTRL SHIFT U CTRL / F3 F4 CTRL T SHIFT F2 ALT SHIFT Z General Editing F12 CTRL L CTRL D CTRL <- or -> CTRL M CTRL SHIFT P Debug, Run CTRL . or , F5 F6 F8 CTRL Q CTRL F11 CTRL 1 Search CTRL SHIFT G CTRL H Description Open a resource Open a file (editor) from within the list of all open files Navigate to previous or next file from within the list of all open files Go to previous or next edit positions from editor history list Type assist Format code List all methods of the class Organize imports Find reference in file Comment a line Go to the declaration of the variable Show type hierarchy of on a class Show inheritance tree of current token Show Javadoc for current element Enclose block in try-catch Focus on current editor Go to line number Delete a line Move one element left or right Maximize editor Go to the matching parenthesis Navigate to next or previous error Step into Step over Resume Inspect Run last run program Quick fix code Search for current cursor positioned word reference in workspace Java search in workspace javapapers.com

You might also like