Eclipse Code Recommenders

Application frameworks have become an integral part of today's software development - this is hardly surprising given their promised benefits such as reduced costs, higher quality, and shorter time to market. But using an application framework is not free of cost. Before frameworks can be used efficiently, software developers have to learn their correct usage which often results in high initial training costs.

Code Recommenders supports developers on learning new APIs by providing tools which learn correct API usages or valuable API usage patterns by analyzing example code and re-integrates this regained knowledge back into your IDE by means of intelligent code completion, extended javadocs, smart bug detectors, stacktrace search engines and others...

Incubation

Incubation

Star It!

News

2012/02/21 Eclipse Code Recommenders 0.5 released!
We are happy to announce our first official release (don't call it 'drop' anymore) of Eclipse Code Recommenders. After a silent v0.4 release drop, we drop, pardon, released Recommenders v0.5...
2011/12/02 How should code search work?
Hey all. As you probably all know, this is the Code Recommenders project blog we typically use to announce new features, releases or other noteworthy topics related to Code Recommenders. This blog...
2011/11/17 Do you still read source code to learn how to use an API?
We all agree that learning new APIs is a challenging and time consuming task. However, we can't get around this, right? It is the way how software development works nowadays. But it's also part of...