Eclipse Shortcuts

19/02/2012

Editors are an integral part of a programmer’s life. If you have good proficiency in using an editor thats a great advantage. It comes very handy to debug. Traditional notepad and SOPs (System.out.println) are the way we start learning a language but that is not sufficient, so beginners start using an IDE and most importantly know the shortcuts.

For java developers there is a huge list and some popular areEclipse, Netbeans, IntelliJ Idea. I use Eclipse as my IDE and vim as a light weight editor.

This article is for those who use or intend to use Eclipse as IDE. Keyboard shortcuts are very important for comfortable and quick editing. I have abridged the following list of eclipse shortcuts from my own experience and literature.

There is a huge list of eclipse shortcuts available but I have listed only the most essential ones that you may need daily. Download this list as a pdf formatted for single page.

File Navigation – Eclipse Shortcuts

  • CTRL SHIFT R – Open a resource. You need not know the path and just part of the file name is enough.
  • CTRL E – Open a file (editor) from within the list of all open files.
  • CTRL PAGE UP or PAGE DOWN – Navigate to previous or next file from within the list of all open files.
  • ALT <- or ALT -> – Go to previous or next edit positions from editor history list.

Java Editing – Eclipse Shortcuts

  • CTRL SPACE – Type assist
  • CTRL SHIFT F – Format code.
  • CTRL O – List all methods of the class and again CTRL O lists including inherited methods.
  • CTRL SHIFT O – Organize imports.
  • CTRL SHIFT U – Find reference in file.
  • CTRL / – Comment a line.
  • F3 – Go to the declaration of the variable.
  • F4 – Show type hierarchy of on a class.
  • CTRL T – Show inheritance tree of current token.
  • SHIFT F2 – Show Javadoc for current element.
  • ALT SHIFT Z – Enclose block in try-catch.
Ads by Google

General Editing – Eclipse Shortcuts

  • F12 – Focus on current editor.
  • CTRL L – Go to line number.
  • CTRL D – Delete a line.
  • CTRL <- or -> – Move one element left or right.
  • CTRL M – Maximize editor.
  • CTRL SHIFT P – Go to the matching parenthesis.

Debug, Run – Eclipse Shortcuts

  • CTRL . or , – Navigate to next or previous error.
  • F5 – Step into.
  • F6 – Step over.
  • F8 – Resume
  • CTRL Q – Inspect.
  • CTRL F11 – Run last run program.
  • CTRL 1 – Quick fix code.

Search – Eclipse Shortcuts

  • CTRL SHIFT G – Search for current cursor positioned word reference in workspace
  • CTRL H – Java search in workspace.

Download eclipse shortcuts list as a single page pdf. You can stick it for quick reference in your workstation.

Ads by Google

155 comments on “Eclipse Shortcuts

  1. Great, Thanks for your post,

    Another missing command are:
    CTRL + ALT + L
    for listing all shortcuts

  2. Thanks JOe……..very help ful to meeeeeee

  3. Hello sir,when i installed the eclipse it give
    error “Failed to load the JNI shared library
    C:\Program Files(x86)\Java\jdk1.7.0\jre\bin\ client\jvm.dll

    please tell me what is the problem?

    • it is due to the reason you are trying to instal win7 compatable eclipse version without win7 compatable jdk version. Try installing jdk7 and reinstal eclipse..it will work fine

    • U can try out eclipse juno rather….

  4. Thanks a lot it is very useful for every one who r using Eclipse.
    Could you please send the connection pooling concept in step by step form.

    Thanks & Regards
    Nagarjuna Yerrapothu
    9703976432

  5. In eclipse press CTRL+ SHIFT+L you will get all the lists or help –> key Assist

  6. Yes, I should have included CTRL + ALT + L. I will update the article. Thanks.

  7. It was helpful…u did good to a bunch of new developers…thanx

  8. very nice article. It’s really helpfull…
    Thank u Joe

  9. Good article..With these keywords, Eclipse will become a powerful editor and make the work very easy.

  10. Hi,

    I am really glad to see your blog has grown big. From the comments I see here, I am sure you are doing a fantastic job!

  11. Thank you for always choosing the bestest topics:) I’m sorry I love Java as it is…because you would made me love it just by reading your blog:)

  12. Thanks for choosing really helpful topic

  13. Pingback: Soap Web Service – Introduction

  14. Really helpful. Keep up the good work.

  15. It helps a lot for beginners….
    Thanks very much….

  16. also add CTRL SHIFT T means searching java file from jars

  17. excellent and much needed one…..hari

  18. sir i have small doubt which IDE is better either netbeans or eclipse

  19. Ctrl K or Ctrl Shift K is also helpful for finding a similar text or same String

  20. precise,very well presented.. beneficial thanks :)

  21. Great sharing.. Very very Important information..:)

  22. Very good list.
    One more shortcut I use often is CTRL K to find occurrence of selected string in the file.

  23. Thanks Joe,

    Really appreciate for this Eclipse shortcuts

    Thanks alot……:)

  24. Searched a lot on the web, and this is the most simple and useful thing I found in the end.,
    many thanks
    Trivikram

  25. Pingback: JavaPins

  26. thanx a lot,
    One more option is cntrl+o lists all the methods in a class

  27. Thank you so much please continue to update with some practical examples.

  28. Hi All,

    Well done i am just looking for this type of blog finally i got it from you…

    Plz Give me Netbeans shortcuts

  29. this blog could be left unappreciated for his extraordinary effort to make java simple :)

  30. Pingback: Spring MVC Hello World

  31. Really a true Nice Blog to follow!!
    Thanks a lot for providing clear and precise explanations with exampleas in all the topics.

  32. Thanks a lot…… too helpful info…!!!!

  33. Hi Joe,
    Very informative articles.

    Thanks a lot for sharing knowledge.
    Thanks !!!!

  34. Thanks a lot…… for the sharing Knowledge

  35. Thank You..it is very helpful for all and java beginers

  36. Pingback: Top 10 Java Debugging Tips with Eclipse

  37. Thank you very much ,it is very helpful for me.thank you.

  38. I like your blog,it looks comfortable!!The passage is really useful…

  39. Pingback: Java程序员应该知道的10个调试技巧 | zxr.me|芥末糖|曾小嵘的小站

  40. I’ll be back soon, just for you blogs.

  41. Thanks Joe, for Ur blogs. These are really helpful for most of us.

  42. I’ll be back soon, just for you blogs.

  43. Thanks it really helpful……… time saving…… i like CTRL+SHIFT+R

  44. it it not CTRL + ALT + L for listing Commands. but it is CTRL + shift + L.

  45. Two more important commands as follows:

    1> CTRL + W –> to close each opened file
    2> CTRL + SHIFT +W —> to close all files which are opened.

  46. Hi Joe,

    CTRL SHIFT F – It is formatting only java files.

    May i know the format code of jsp & xml files.

  47. I dont know how can I say thanks to you why because each and every topic material made by you is simply super

  48. you can use this key CTRL+SHIFT+F format and align the code in a perfect manner.

    keep rocking..!

  49. can any one tell the diff b/n for loop and for each…
    in for each we are taking collections and where as for we are taking numbers..in for loop where is collection…

  50. Very helpful sir :) Really easy learning of JAVA from your blog.. thanks alot sir :)

  51. Hi fiends,
    how to convert bunch of .class files into java source code files?
    waiting for reply..:)

  52. Sir,
    A very helpful list indeed, especially the pdf version for the workstation. It might as well include CTRL + I for Indentation if you have strict checkstyle standards to adhere to.

  53. great work sir..excellent…ur site seems to be so wonderful .your site encourage me to bulld a site…

  54. so cute webpage…ur site seems to be so wonderful .your site encourage me to bulld a site…

  55. Thanks a lot for your efforts. It’s really helpful.

  56. can u plz tel me hw to set line numbers in eclipse?

    • Go to window->preferences->General->Editors->Texteditors->ShowLineNumbers

  57. Great work sir, Very very helpful, there is another shut cut for rename or refactor same valued variables.

    ‘Alt+Shift+R’

  58. Thank you so much… you blog is awesome

  59. Thanks for the compilation, very useful short cuts

  60. Another one..
    ALT+F4 for closing eclipse.

  61. Thanks so much for providing Eclipse shut cut ..

  62. my netbean shows an authentication password when i m run any program on tomcat apache server, and not any other server as a glassfish server is run completely.plz hellp me sir

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

ABOUT
I am Joe, author of this blog. I run javapapers with loads of passion. If you are into java, you may find lot of interesting things around.
Ads by Google
STAY in TOUCH:

Email:

Core Java | Servlet | JSP | Design Patterns | Android | Spring | Web Service | © 2008-2012 javapapers.