Eclipse Tips: Quick Fix to generate code


Here’s another in my nascent series of quick tips for Eclipse. This one shows how you can use Eclipse’s quick fix feature (ctrl+1) to quickly generate code.

To demonstrate it, I’ve actually used one of the exercises from my little Java TDD course, so if you watch it you’ll learn a little about Hamcrest matchers, too :-)

March 23, 2013 eclipse how-to java screencast