Quantcast
Channel: codetrails
Viewing all articles
Browse latest Browse all 2

Eclipse Code Recommenders

$
0
0
Date Created: 
March 11, 2009 - 10:02
Date Updated: 
November 11, 2015 - 05:17

Eclipse Code Recommenders

Eclipse Code Recommenders assists Java developers in learning how to use and extend new APIs by leveraging the information hidden in the source code of existing applications and integrating the gained knowledge back into our day-to-day development tool: Eclipse. It offers:

Intelligent Code Completion

Struggling with a new API? Eclipse Code Recommenders’ award-winning intelligent code completion shows you how other developers have successfully used the API in similar situations. Use it to learn new APIs faster – one ctrl+space at a time.

Code Recommendes supports a wide range of Eclipse APIs but also common classes of the Java Runtime Environment. Give it a spin...

Subwords Completion

Unpleased with typing every method name from the very beginning or using camel-case matching? Code Recommenders' Subwords completion allows you to just enter any subword and its abbreviations and still finds what you are looking for. No need to typing get... and set... anymore:

Extended Javadoc View

Tired of incomplete or outdated documentation? Eclipse Code Recommenders’ extended documentation shows you information that really matters, data-mined straight from the code.

The Extended API documentation view in Eclipse offers you a wide range of additional API information like which methods developers typically override, which methods they usually invoke on an object, code snippets and many things more...

Snipmatch Code Snippet Search

Often times, using an API correctly is more than selecting the right method, right? what is needed is an entire code snippet. Snipmatch lets you search a growing repository for the snippets you need. Moreover, the Snipmatch project develops tools that make it easy to contribute back to the community, be it by writing new snippets or improving existing ones.

Additional Links

Changelog

Have a feature request? Found a bug?

Report it to our Bugzilla.

You like Code Recommenders?

Then

  • add your review below,
  • add it to your marketplace favorites, and
  • help spread the word...

Viewing all articles
Browse latest Browse all 2

Trending Articles