Top 30 Eclipse Keyboard Shortcuts for Java Programmers
Here is my list of 30 chosen Eclipse IDE keyboard shortcuts for Java developers. It's useful for both core Java developer and Java web application developer using Eclipse IDE for web development. 1) Ctrl + Shift + T for finding a class even from a JAR file
This keyboard shortcut in Eclipse is my most used and favorite shortcut. While working with a high-speed trading system which has a complex code, I often need to find classes with the just blink of the eye and this Eclipse keyboard shortcut is just made for that. No matter whether you have a class in your application or inside any JAR in the workspace, this shortcut will find it.
2) Ctrl + Shift + R for finding any resource (file) including config xml files
This is similar to above Eclipse shortcut with the only difference that it can find out not only Java files but any files including XML, configs, and many others, but this eclipse shortcut only finds files from your workspace and doesn't dig at the JAR level.
3) Ctrl + 1 for quick fix
This is another beautiful Eclipse shortcut which can fix up any error for you in Eclipse. Whether it's missing declaration, missing semi-colon, or any import related error this eclipse shortcut will help you to quickly sort that out.
4) Ctrl + Shift + o for organize imports
Another Eclipse keyboard shortcut for fixing missing imports. Particularly helpful if you copy some code from other file and what to import all dependencies.
Read full article from Top 30 Eclipse Keyboard Shortcuts for Java Programmers
No comments:
Post a Comment