Header javaperspective.com
JavaPerspective.com  >   Intermediate Tutorials  >   1. The Eclipse IDE  >   1.3. Tips about Eclipse  >   1.3.9. Miscellaneous tips about Eclipse

1.3.9. Miscellaneous tips about Eclipse
Last updated: 25 January 2013.


How to indent your code

Eclipse indents automatically your code as you type. However, if for some reason, your code is not well indented, you can select a portion of code and press Ctrl i. To indent a whole class or interface, select the whole unit and press Ctrl i.


How to open the declaration of an item

To open the declaration of an item (class, interface, constant, variable or method), press Ctrl and click the item. You can also select the item and press F3.


What is the shortcut for System.out.println()

Type sysout and press Ctrl+Space.


You are here :  JavaPerspective.com  >   Intermediate Tutorials  >   1. The Eclipse IDE  >   1.3. Tips about Eclipse  >   1.3.9. Miscellaneous tips about Eclipse
Next tutorial :  JavaPerspective.com  >   Intermediate Tutorials  >   2. Concurrency

Copyright © 2013. JavaPerspective.com. All rights reserved.  ( Terms | Contact | About ) 
Java is a trademark of Oracle Corporation
Image 1 Image 2 Image 3 Image 4 Image 5 Image 6 Image 7