[JAVA] Shortcuts to streamline your Eclipse work

  1. Change together: ALT+SHIFT+R

  2. Quickly enter the main method: main+alt+/

  3. Enter System.out.println quickly: syso+alt+/

  4. View java source code Click the method you want to check and press F3

  5. Remove unused classes: ctrl+shift+o

  6. Comment the code: Select one or more lines of code you want to annotate and press ctrl + shift + c

  7. Uppercase / lowercase conversion: ctrl+shift+x ctrl+shift+y

  8. Rapid introduction of getters and setters shift+alt+s

Recommended Posts

Shortcuts to streamline your Eclipse work
To debug in eclipse
Automate your work with Rake
Deploy your application to WildFly
How to use Eclipse Debug_Shell
Connect to oracle with eclipse!