This document discusses code recommenders in the Eclipse IDE. It describes how the recommenders work by extracting patterns from code examples, building models of framework usage, and generating recommendations for code completion and call chains based on these models and other developers' common usage. Examples are provided of intelligent code completion and call chain completion recommendations. The goal is to leverage the wisdom of the software engineering crowds to help developers be more productive.