10 effortless tricks to speed up your java development in eclipse

Post on 26-May-2015

9.804 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

A small list of basic tips for newcomers to speed up their development in Eclipse. For advanced users, more tips are available on my blog with dozens of screenshots and detailled descriptions: http://stephanebegaudeau.tumblr.com/post/37318392815/eclipse-java-development-tools

TRANSCRIPT

10 Effortless tricks to speed up your Java development in Eclipse

!

Code Completion

Ctrl+space

Never type 100% of your code anymore by using the power of camel case

The name of your variables is automatically computed for you

Use camel case to select quickly the method to call among all the methods available

Ctrl+1Quick Fix

Let Eclipse create local variables, choose their name and realize the necessary import

Initialize local variables

Assign the result of a method to a new local variable

Code

Templates

Type a complex piece of code thanks to a small template

Create your own code templates in a few seconds

CtrlShift

T+

+

Open Type

Find the type that you were looking for and filter the result with camel case

CtrlAlt H+ +

CallHierarchy

Find out where your code is called from!

CtrlShiftO

++

OrganizeImports

Ask Eclipse to import the necessary types. In case of conflicts, Eclipse will ask you what to import

SaveActions

Let Eclipse handle boring tasks for you each time you are saving your code

DebugDebugDebug !

Stop your application on a specific instruction to have a look at the state of your variables

Use the Expressions view to track the value of complex expressions

Display

View

Run expressions against the current state of your application to fix bugs easily

ScrapbookPage

Test your code without having to run your complete application

Thanks for watching!

More tips and tricks:Blog: stephanebegaudeau.tumblr.comTwitter: @sbegaudeau

Obeo 2013

top related