Eclipse: Eclipse is an open-source platform that is used to develop rich client applications, integrated development environments, and other tools. It is an integrated development environment used in computer programming. Eclipse has a good and modern user interface.
Eclipse is the greatest IDE for Java programming. It is the most effective tool for debugging excellent features with several plugins and integrations support. Furthermore, it is also used to develop applications in other programming languages.
In this article, you will learn shortcuts used in Eclipse. Use these shortcuts to save your working time.
Last Updated on Feb3, 2022.
File Navigation Shortcuts:
In the below table, you will learn File navigation shortcuts and their functions of Eclipse. Kindly use these shortcuts properly to save your working time.
Shortcut | Function |
---|---|
Ctrl+Shift+R | This shortcut is used to open the resource. |
Ctrl+E | Use this shortcut to open a file from within the list. |
Ctrl+Page Up / Ctrl+Page Down | By pressing this key, you can navigate to the previous or next file from within the list. |
Alt | If you want to go to the previous or next editions from editor history, you can use this key. |
Java Editing Shortcuts:
In the below table, you will Java Editing shortcuts and their functions in Eclipse. Kindly use these shortcuts to save your working time.
Shortcut | Function |
---|---|
Ctrl+Space | Press this key to make the type assist. |
Ctrl+O | Used to list all the methods of the class. |
Ctrl+/ | If you want to command a line, you can use this shortcut. |
Ctrl+T | This key is used to show the inheritance tree of the current token. |
Ctrl+Shift+F | Press this key to format the code. |
Ctrl+Shift+O | In order to organize the imports, you can use this key. |
Ctrl+Shift+U | Make use of this key to find the reference in the file. |
F3 | Used to go to the declaration of the variable. |
F4 | It is used to show the type hierarchy of a class. |
Shift+f2 | Use this shortcut to show the Javadoc for the current element. |
General Editing Shortcuts:
In the below table, you will learn general editing shortcuts and their functions of Eclipse. Use these shortcuts properly.
Shortcut | Function |
---|---|
F12 | If you want to focus on the current editor, you can use this key |
Ctrl+L | It is used to go to the line number. |
Ctrl+D | This shortcut is used to delete a line. |
Ctrl+M | By pressing this key, you can maximize the editor. |
Ctrl+Shift+P | Use this key to go to the matching parenthesis. |
Debug, Run Shortcuts:
In the below table, you will learn Debug & Run shortcuts and their functions of Eclipse. Kindly use these shortcuts properly.
Shortcut | Function |
---|---|
Ctrl+. | This shortcut is used to navigate to the next or previous editor. |
Ctrl+Q | It is used to make inspect the program. |
Ctrl+F11 | Press this key to Run the last program. |
Ctrl+1 | Used to quickly fix the code. |
F6 | To make the step into the program, you can use this key. |
F8 | If you want to resume the program, use this key. |
Ctrl+H | Used to Java search in the workspace. |
Verdict:
You can use these shortcuts for both Windows 10 and Windows 11. Make sure to use shortcuts properly.
From this article, you will learn “List of Keyboard Shortcuts Used in Eclipse“. If you have any feedback regarding this article, please mention them in the comment section.