Top 10 Eclipse Shortcuts

   

Most of Java developers are using eclipse and its been quite trivial to know and remember all the shortcuts during the development time. And of course we don’t need all of them. I have been collecting some shortcuts based on the user frequent experiences and the way they develop software. Following TOP 10 Eclipse Shortcuts helps everyone in their happy day coding.

  1. Ctrl + Shift + O : Organize imports
  2. Ctrl + Shift + T : Open Type
  3. Ctrl + Shift + F4 : Close all Opened Editors
  4. Ctrl + O : Open declarations
  5. Ctrl + E : Open Editor
  6. Ctrl + / : Line Comment
  7. Alt + Shift + R : Rename
  8. Alt + Shift + L : extract to Local Variable
  9. Alt + Shift + M : extract to Method
  10. F3 : Open Declaration
Related Posts Plugin for WordPress, Blogger...

Related Posts

Tags:

  • http://infoxon.blogspot.com M. Atif Riaz

    Adding your list

    Ctrl + Shift + R: Open Resource
    Ctrl + Alt + H: Show Caller and Callee hierarchy of a Java method

  • mou hitori no hito

    Ctrl + Shift + G : Find Uses
    Ctrl + G : Find Implementations
    Ctrl + L : Go to line

  • brisssou

    Ctrl + Shift + W : Close all Opened Editors, but one hand only
    Ctrl + Shift + R : Open Resource
    ‘select text’ + CTRL + H : Search that text across workspace, selected resource, project)
    ‘select text’ + CTRL + F : search that text across the file
    CTRL + J : search as you type (as in firefox)

  • http://phillipkerman.com/blog Phillip Kerman

    Ctrl + M (toggle maximize current panel)

  • http://devbright.com Gordon Pike

    How about Ctrl + Shift + F for formatting.

  • http://www.pakzilla.com Tahir Akram

    Thanks Atif, Mou, Brisssou, Phillip & Gordon for your valuable addition. I appreciate it.

  • balazs

    Alt + left arrow: Jump to the last viewed location
    Alt + right arrow: Jumps back to previously viewed location
    Ctrl + F6: Cycle around open editors
    Ctrl + 1 : For quick assist

  • Pingback: shheo's me2DAY

  • Tariq Shadid

    Ctrl + M : Minimize and Maximize The Editor
    Ctrl + 1 : Open suggestions Dialog for Errors and warnings
    Ctrl + Shift + w : close all Editors

  • tvcom

    Ctrl + D: Delete line
    Ctrl + Alt + Arrow up/Down: Duplicate current line

  • mux

    Ctrl + Shift + S: Save All

  • travmik

    “select method” + Ctrl + T – show implementation

  • http://ckrookie.blogspot.com ck

    ALT + arrow to move one or more rows of code up or down
    ALT + SHIFT + J to auto create javadoc – developers, please create javadoc.
    ALT + SHIFT + X for more quick shortcuts
    I personally like ALT+SHIFT+X, to run Java Application
    ALT+SHIFT+Q, to run ant build

  • http://javarevisited.blogspot.com Javin Paul

    here is my list of useful eclipse shortcut I would rather say very useful and practical eclipse shortcut :)

    Thanks
    Javin Paul
    FIX Protocol tutorial

Switch to our mobile site