This document discusses Eclipse code recommenders, which leverage the wisdom of software engineering crowds to provide intelligent code completion, call-chain completion, and other features in the Eclipse IDE. It explains how recommenders are built by extracting patterns from example code applications using a framework and generating recommendations for new code based on these patterns. The document outlines several tools enabled by code recommenders, including intelligent code completion, smart bug detection, and extended documentation.