Short cuts in eclipse

  1. To create author name
    shift+alt+j
  2. File search
    ctrl+shift+r
  3. Content search
    ctrl+h
  4. Single line comment
    ctrl+shift+c
  5. Multiple line comment
    ctrl+shift+/
  6. Remove comment
    ctrl+shift+\
  7. Go to perticular line num
    ctrl+l
  8. Import package
    ctrl+shift+o
  9. seach function name
    ctrl+o
  10. save
    ctrl+s
  11. copy
    ctrl+c
  12. Search dialog to select an editor from the currently open editors
    ctrl+e
  13. Shortcut for switching perspectives
    ctrl+F8
  14. Go to the matching bracket.
    ctrl+shift+p
  15. Switch to next opened editor.
    ctrl+pagedown
  16. Run last launched(opens the run on server window).
    Ctrl + F11
  17. Quickfix; result depending on cursor position.
    Ctrl + 1
  18. Content assist/ code completion.
    Ctrl + space
  19. Show the inheritance tree of the current Java class or method..
    Ctrl + t
  20. Maximize active editor or view.
    Ctrl + m
  21. Format source code.
    Ctrl + shift+f
  22. Delete line.
    Ctrl + d
  23. Jump to the declaration of the variable, method or class..
    f3
  24. Open new type wizard.
    ctrl+n
  25. Generate getters and setters.
    CTRL+SHIFT+G
  26. Bind this to SVN/CVS "Commit".
    alt+c
  27. Bind this to SVN/CVS "Update".
    alt+u
  28. open eclipse help.
    f1
  29. Step into function(debugging) .
    f5
  30. Next step (line by line)(debugging) .
    f6
  31. Skip to next Breakpoint(debugging) .
    f8
for more shortcuts

No comments:

Post a Comment