Whenever you are using a new framework or API, the challenges are always the same: to learn about all the expectations and usage rules implicit in the API. This can be a very time-consuming process. Fortunately, you are not alone in this; often, others have already overcome these challenges for the API in question. But how to tap into their hard-won knowledge?
This is where Eclipse Code Recommenders comes in. Code Recommenders automatically analyzes existing code using that API and extracts common usage rules and patterns from it. In the form of recommendation models, this knowledge is then fed back into your IDE. Code Recommenders' intelligent code completion and augmented API documentation then utilizes the power of these models to provide you with the solutions implemented by other developers in the past. This helps you to get up to speed with the new framework or API without countless hours of searching the Internet for the solutions to common problems.
Read full article from Manual | Code Recommenders
No comments:
Post a Comment